X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fs3_clnt.c;h=98d775b91a2f50c32cf5a373545c34cd895c7173;hp=c84c662dc85862807e1b8eb4c144866eb86d1986;hb=a06cd5d056c6a5b1d161786873e21a5e53d554d8;hpb=3881d8106df732fc433d30446625dfa2396da42d diff --git a/ssl/s3_clnt.c b/ssl/s3_clnt.c index c84c662dc8..98d775b91a 100644 --- a/ssl/s3_clnt.c +++ b/ssl/s3_clnt.c @@ -226,14 +226,6 @@ int ssl3_connect(SSL *s) s->renegotiate=1; s->state=SSL_ST_CONNECT; s->ctx->stats.sess_connect_renegotiate++; -#ifndef OPENSSL_NO_TLSEXT - /* - * If renegotiating, the server may choose to not issue - * a new ticket, so reset the flag. It will be set to - * the right value when parsing ServerHello extensions. - */ - s->tlsext_ticket_expected = 0; -#endif /* break */ case SSL_ST_BEFORE: case SSL_ST_CONNECT: