diff options
Diffstat (limited to 'lib/libssl/ssl_lib.c')
-rw-r--r-- | lib/libssl/ssl_lib.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libssl/ssl_lib.c b/lib/libssl/ssl_lib.c index 4eb1d78f176..fe73046366c 100644 --- a/lib/libssl/ssl_lib.c +++ b/lib/libssl/ssl_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_lib.c,v 1.109 2015/09/11 17:29:36 jsing Exp $ */ +/* $OpenBSD: ssl_lib.c,v 1.110 2015/09/11 17:35:36 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -2533,14 +2533,6 @@ ssl_undefined_const_function(const SSL *s) return (0); } -SSL_METHOD * -ssl_bad_method(int ver) -{ - SSLerr(SSL_F_SSL_BAD_METHOD, - ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); - return (NULL); -} - const char * ssl_version_string(int ver) { |