SSLv3_client_method() doesn't support TLSv1.*; use SSLv23_client_method()
authorguenther <guenther@openbsd.org>
Wed, 16 Apr 2014 17:52:31 +0000 (17:52 +0000)
committerguenther <guenther@openbsd.org>
Wed, 16 Apr 2014 17:52:31 +0000 (17:52 +0000)
commit5279fcc4b30862a73335098bc14d51e49acce09a
tree9b5d90d83a4af3ac7d07728d4fddd8252b527654
parentcf1dc5e9f3f029625ff4329e48efc49d5f56e15d
SSLv3_client_method() doesn't support TLSv1.*; use SSLv23_client_method()
the for anything where version negotiation would be useful.
Also, constipate a couple formatting strings to make compilers and
linkers happier.

ok tedu@
lib/libssl/src/apps/ocsp.c
lib/libssl/src/apps/s_time.c