mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Oops ... deleted too much in the previous commit when I deleted
the Fortezza stuff
This commit is contained in:
parent
5b57fe0a1e
commit
4dfc8f1f0b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user