aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-10-18 11:42:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-10-18 11:42:47 +0000
commit76c3ef7446df3e4d96c948e85e3476b08313283e (patch)
treeeb662ea9379de569caaef9d05dbafedca7829fcc
parent659f7f3168f1116427a297e1aa36a74ea191d976 (diff)
downloadopenssl-76c3ef7446df3e4d96c948e85e3476b08313283e.tar.gz
Fix from stable branch.
-rw-r--r--ssl/t1_lib.c1
1 files changed, 1 insertions, 0 deletions
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