mirror of
https://github.com/openssl/openssl.git
synced 2024-11-30 21:44:16 +08:00
s3_srvr.c: fix typo.
PR: 2538
This commit is contained in:
parent
fc90e42c86
commit
3b1fb1a022
@ -2980,7 +2980,7 @@ int ssl3_get_cert_verify(SSL *s)
|
||||
if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE_VERIFY)
|
||||
{
|
||||
s->s3->tmp.reuse_message=1;
|
||||
if ((peer != NULL) && (type | EVP_PKT_SIGN))
|
||||
if ((peer != NULL) && (type & EVP_PKT_SIGN))
|
||||
{
|
||||
al=SSL_AD_UNEXPECTED_MESSAGE;
|
||||
SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_MISSING_VERIFY_MESSAGE);
|
||||
|
Loading…
Reference in New Issue
Block a user