提交 0b1f2664 编写于 作者: B Bernd Edlinger 提交者: Matt Caswell

Fixup previous merge.

Reviewed-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2703)
上级 e5fd8ca4
......@@ -1316,7 +1316,7 @@ TICKET_RETURN tls_decrypt_ticket(SSL *s, const unsigned char *etick,
/* Some additional consistency checks */
if (p != sdec + slen || sess->session_id_length != 0) {
SSL_SESSION_free(sess);
return 2;
return TICKET_NO_DECRYPT;
}
/*
* The session ID, if non-empty, is used by some clients to detect
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册