summaryrefslogtreecommitdiffstats
path: root/ssl/d1_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/d1_lib.c
parent0491e05833a139deef5288abf1bcf61cb19b292e (diff)
remove unused internal foo_base_method functions
Diffstat (limited to 'ssl/d1_lib.c')
-rw-r--r--ssl/d1_lib.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ssl/d1_lib.c b/ssl/d1_lib.c
index 070bb1ec18..c002b0494a 100644
--- a/ssl/d1_lib.c
+++ b/ssl/d1_lib.c
@@ -84,11 +84,6 @@ long dtls1_default_timeout(void)
return(60*60*2);
}
-IMPLEMENT_dtls1_meth_func(dtls1_base_method,
- ssl_undefined_function,
- ssl_undefined_function,
- ssl_bad_method)
-
int dtls1_new(SSL *s)
{
DTLS1_STATE *d1;