summaryrefslogtreecommitdiffstats
path: root/lib/libssl/ssl_lib.c
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2014-07-12 13:11:53 +0000
committerjsing <jsing@openbsd.org>2014-07-12 13:11:53 +0000
commite12ac04744cfb3ddd2d89f90a2d50a51c415685d (patch)
treebabe9dfc3d5e709d36135b1539a8e8861a1b7ba1 /lib/libssl/ssl_lib.c
parenttweak previous; (diff)
downloadwireguard-openbsd-e12ac04744cfb3ddd2d89f90a2d50a51c415685d.tar.xz
wireguard-openbsd-e12ac04744cfb3ddd2d89f90a2d50a51c415685d.zip
Remove remnants from PSK, KRB5 and SRP.
ok beck@ miod@
Diffstat (limited to 'lib/libssl/ssl_lib.c')
-rw-r--r--lib/libssl/ssl_lib.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libssl/ssl_lib.c b/lib/libssl/ssl_lib.c
index c3169204f6c..beb8089475a 100644
--- a/lib/libssl/ssl_lib.c
+++ b/lib/libssl/ssl_lib.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl_lib.c,v 1.74 2014/07/11 09:24:44 beck Exp $ */
+/* $OpenBSD: ssl_lib.c,v 1.75 2014/07/12 13:11:53 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -2137,9 +2137,6 @@ ssl_get_server_send_pkey(const SSL *s)
i = SSL_PKEY_RSA_SIGN;
else
i = SSL_PKEY_RSA_ENC;
- } else if (alg_a & SSL_aKRB5) {
- /* VRS something else here? */
- return (NULL);
} else if (alg_a & SSL_aGOST94) {
i = SSL_PKEY_GOST94;
} else if (alg_a & SSL_aGOST01) {