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
|
#ifndef OPENSSL_NO_PSK
|
||||||
|| ((l & SSL_kPSK) && s->ctx->psk_identity_hint)
|
|| ((l & SSL_kPSK) && s->ctx->psk_identity_hint)
|
||||||
#endif
|
#endif
|
||||||
|
|| (l & SSL_DH)
|
||||||
|| (l & SSL_kEECDH)
|
|| (l & SSL_kEECDH)
|
||||||
|| ((l & SSL_kRSA)
|
|| ((l & SSL_kRSA)
|
||||||
&& (s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey == NULL
|
&& (s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey == NULL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user