From 01a9792f05a2e5294c1aae8f94e96eb5651f463f Mon Sep 17 00:00:00 2001 From: Nils Larsch Date: Mon, 8 Aug 2005 19:04:37 +0000 Subject: remove unused internal foo_base_method functions --- ssl/t1_lib.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ssl/t1_lib.c') diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c index d4516eba71..fd0d8215b0 100644 --- a/ssl/t1_lib.c +++ b/ssl/t1_lib.c @@ -83,11 +83,6 @@ long tls1_default_timeout(void) return(60*60*2); } -IMPLEMENT_tls1_meth_func(tlsv1_base_method, - ssl_undefined_function, - ssl_undefined_function, - ssl_bad_method) - int tls1_new(SSL *s) { if (!ssl3_new(s)) return(0); -- cgit v1.2.3