CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/16 11:52:31
Modified files:
lib/libssl/src/apps: ocsp.c s_time.c
Log message:
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@
