diff options
author | 2015-09-11 17:35:36 +0000 | |
---|---|---|
committer | 2015-09-11 17:35:36 +0000 | |
commit | ef4cc740e3c407a086a714cd44927e5a824cef43 (patch) | |
tree | 6222ef2145798a18e7a9211b3fcbc1c984cdc948 /lib/libssl/ssl_lib.c | |
parent | Nuke ssl3_default_timeout(). (diff) | |
download | wireguard-openbsd-ef4cc740e3c407a086a714cd44927e5a824cef43.tar.xz wireguard-openbsd-ef4cc740e3c407a086a714cd44927e5a824cef43.zip |
Nuke ssl_bad_method().
ok "flensing knife"
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) { |