summaryrefslogtreecommitdiffstats
path: root/ssl/s2_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/s2_lib.c
parent0491e05833a139deef5288abf1bcf61cb19b292e (diff)
remove unused internal foo_base_method functions
Diffstat (limited to 'ssl/s2_lib.c')
-rw-r--r--ssl/s2_lib.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ssl/s2_lib.c b/ssl/s2_lib.c
index cec19673f5..6b5b7a485a 100644
--- a/ssl/s2_lib.c
+++ b/ssl/s2_lib.c
@@ -215,11 +215,6 @@ long ssl2_default_timeout(void)
return(300);
}
-IMPLEMENT_ssl2_meth_func(sslv2_base_method,
- ssl_undefined_function,
- ssl_undefined_function,
- ssl_bad_method)
-
int ssl2_num_ciphers(void)
{
return(SSL2_NUM_CIPHERS);