summaryrefslogtreecommitdiffstats
path: root/ssl/d1_lib.c
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-08-08 19:26:35 +0000
committerNils Larsch <nils@openssl.org>2005-08-08 19:26:35 +0000
commite7eec05af02c2516c4dbedaf48b72c69a92a6d15 (patch)
treeabb0c935ea780c97aec65a75af7056cd96b836d0 /ssl/d1_lib.c
parent98e986141b416b99788f514218fbe3b53b49d6c8 (diff)
fix typo
Diffstat (limited to 'ssl/d1_lib.c')
-rw-r--r--ssl/d1_lib.c2
1 files changed, 1 insertions, 1 deletions
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)