Skip to content

Commit 3b1fb1a

Browse files
author
Andy Polyakov
committed
s3_srvr.c: fix typo.
PR: 2538
1 parent fc90e42 commit 3b1fb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssl/s3_srvr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2980,7 +2980,7 @@ int ssl3_get_cert_verify(SSL *s)
29802980
if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE_VERIFY)
29812981
{
29822982
s->s3->tmp.reuse_message=1;
2983-
if ((peer != NULL) && (type | EVP_PKT_SIGN))
2983+
if ((peer != NULL) && (type & EVP_PKT_SIGN))
29842984
{
29852985
al=SSL_AD_UNEXPECTED_MESSAGE;
29862986
SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_MISSING_VERIFY_MESSAGE);

0 commit comments

Comments
 (0)