Oops ... deleted too much in the previous commit when I deleted

the Fortezza stuff
This commit is contained in:
Bodo Möller 2006-06-15 16:07:10 +00:00
parent 5b57fe0a1e
commit 4dfc8f1f0b

View File

@ -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