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