CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/08/29 11:15:52
Modified files: lib/libssl/src/ssl: s23_clnt.c s23_meth.c s23_srvr.c ssl_locl.h Log message: Now that SSLv3 is going away, TLS_* and SSLv23 are equivalent. Remove the TLS method data and tls_any_* functions. Point to SSLv23. ok jsing@