remove unused internal foo_base_method functions
[openssl.git] / ssl / d1_lib.c
index 070bb1ec184bc31a678e52a240fbc184de332d6b..c002b0494ae8721566fbb9136d40432c65abc744 100644 (file)
@@ -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;