Move SSLv3_*method() functions
authorMatt Caswell <matt@openssl.org>
Thu, 14 May 2015 12:48:47 +0000 (13:48 +0100)
committerMatt Caswell <matt@openssl.org>
Sat, 16 May 2015 08:20:58 +0000 (09:20 +0100)
commita304d385900b72467808ba0c2db91f2fc26e0160
treef48137a46fe6c1ce779c158c233d8d5806b078c4
parentd45ba43dab962bdc84158efc0cdddd5f5a08cf5e
Move SSLv3_*method() functions

Move these functions into t1_clnt.c, t1_srvr.c and t1_meth.c and take
advantage of the existing tls1_get*_method() functions that all the other
methods are using. Since these now have to support SSLv3 anyway we might
as well use the same set of get functions for both TLS and SSLv3.

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
ssl/s3_clnt.c
ssl/s3_meth.c [deleted file]
ssl/s3_srvr.c
ssl/ssl-lib.com
ssl/t1_clnt.c
ssl/t1_meth.c
ssl/t1_srvr.c