From: Dr. Stephen Henson Date: Thu, 18 Oct 2007 11:42:47 +0000 (+0000) Subject: Fix from stable branch. X-Git-Tag: OpenSSL_0_9_8k^2~638 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=76c3ef7446df3e4d96c948e85e3476b08313283e;p=oweals%2Fopenssl.git Fix from stable branch. --- diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c index b0b5687c3b..2c0eb3a6d0 100644 --- a/ssl/t1_lib.c +++ b/ssl/t1_lib.c @@ -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