summaryrefslogtreecommitdiffstats
path: root/ssl/ssl-lib.com
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-05-14 13:48:47 +0100
committerMatt Caswell <matt@openssl.org>2015-05-16 09:20:58 +0100
commita304d385900b72467808ba0c2db91f2fc26e0160 (patch)
treef48137a46fe6c1ce779c158c233d8d5806b078c4 /ssl/ssl-lib.com
parentd45ba43dab962bdc84158efc0cdddd5f5a08cf5e (diff)
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>
Diffstat (limited to 'ssl/ssl-lib.com')
-rw-r--r--ssl/ssl-lib.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl-lib.com b/ssl/ssl-lib.com
index eae876a630..5d2b5dd85b 100644
--- a/ssl/ssl-lib.com
+++ b/ssl/ssl-lib.com
@@ -207,7 +207,7 @@ $ ENDIF
$!
$! Define The Different SSL "library" Files.
$!
-$ LIB_SSL = "s3_meth, s3_srvr, s3_clnt, s3_lib, s3_enc,s3_pkt,s3_both,s3_cbc,"+ -
+$ LIB_SSL = "s3_srvr, s3_clnt, s3_lib, s3_enc,s3_pkt,s3_both,s3_cbc,"+ -
"t1_meth, t1_srvr, t1_clnt, t1_lib, t1_enc, t1_ext,"+ -
"d1_meth, d1_srvr, d1_clnt, d1_lib, d1_pkt,"+ -
"d1_both,d1_srtp,"+ -