From 4dfc8f1f0b3ff85adfdca3a37be5df7928092f07 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Thu, 15 Jun 2006 16:07:10 +0000 Subject: [PATCH] Oops ... deleted too much in the previous commit when I deleted the Fortezza stuff --- ssl/s3_srvr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c index b4b95c3edb..db0f31e054 100644 --- a/ssl/s3_srvr.c +++ b/ssl/s3_srvr.c @@ -374,6 +374,7 @@ int ssl3_accept(SSL *s) #ifndef OPENSSL_NO_PSK || ((l & SSL_kPSK) && s->ctx->psk_identity_hint) #endif + || (l & SSL_DH) || (l & SSL_kEECDH) || ((l & SSL_kRSA) && (s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey == NULL -- 2.34.1