aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/t1_lib.c
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-08-08 19:04:37 +0000
committerNils Larsch <nils@openssl.org>2005-08-08 19:04:37 +0000
commit01a9792f05a2e5294c1aae8f94e96eb5651f463f (patch)
tree0abc3728eb7be8df9630fb93d8a1ffaeaa4c152c /ssl/t1_lib.c
parent0491e05833a139deef5288abf1bcf61cb19b292e (diff)
downloadopenssl-01a9792f05a2e5294c1aae8f94e96eb5651f463f.tar.gz
remove unused internal foo_base_method functions
Diffstat (limited to 'ssl/t1_lib.c')
-rw-r--r--ssl/t1_lib.c5
1 files changed, 0 insertions, 5 deletions
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);