summaryrefslogtreecommitdiff
path: root/src/lib/libssl/d1_srvr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/d1_srvr.c')
-rw-r--r--src/lib/libssl/d1_srvr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libssl/d1_srvr.c b/src/lib/libssl/d1_srvr.c
index 9995278a26..6183815a6d 100644
--- a/src/lib/libssl/d1_srvr.c
+++ b/src/lib/libssl/d1_srvr.c
@@ -429,9 +429,6 @@ dtls1_accept(SSL *s)
429 /* clear this, it may get reset by 429 /* clear this, it may get reset by
430 * send_server_key_exchange */ 430 * send_server_key_exchange */
431 if ((s->options & SSL_OP_EPHEMERAL_RSA) 431 if ((s->options & SSL_OP_EPHEMERAL_RSA)
432#ifndef OPENSSL_NO_KRB5
433 && !(alg_k & SSL_kKRB5)
434#endif /* OPENSSL_NO_KRB5 */
435 ) 432 )
436 /* option SSL_OP_EPHEMERAL_RSA sends temporary RSA key 433 /* option SSL_OP_EPHEMERAL_RSA sends temporary RSA key
437 * even when forbidden by protocol specs 434 * even when forbidden by protocol specs