From e7eec05af02c2516c4dbedaf48b72c69a92a6d15 Mon Sep 17 00:00:00 2001 From: Nils Larsch Date: Mon, 8 Aug 2005 19:26:35 +0000 Subject: [PATCH] fix typo --- ssl/d1_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/d1_lib.c b/ssl/d1_lib.c index 9df3b68842..7830811144 100644 --- a/ssl/d1_lib.c +++ b/ssl/d1_lib.c @@ -84,7 +84,7 @@ long dtls1_default_timeout(void) return(60*60*2); } -IMPLEMENT_dtls1_meth_func(dtls1_base_method, +IMPLEMENT_dtls1_meth_func(dtlsv1_base_method, ssl_undefined_function, ssl_undefined_function, ssl_bad_method) -- 2.40.0