Fixup previous merge.
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2703)
This commit is contained in:
parent
e5fd8ca43b
commit
0b1f266486
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue