mirror of
https://github.com/openssl/openssl.git
synced 2024-11-30 13:34:44 +08:00
Fix from stable branch.
This commit is contained in:
parent
659f7f3168
commit
76c3ef7446
@ -1482,6 +1482,7 @@ static int tls_decrypt_ticket(SSL *s, const unsigned char *etick, int eticklen,
|
||||
memcpy(sess->session_id, sess_id, sesslen);
|
||||
sess->session_id_length = sesslen;
|
||||
*psess = sess;
|
||||
s->tlsext_ticket_expected = 0;
|
||||
return 1;
|
||||
}
|
||||
/* If session decrypt failure indicate a cache miss and set state to
|
||||
|
Loading…
Reference in New Issue
Block a user