Fix one of the no-tlsext build errors (there are more).
This commit is contained in:
parent
efbb7ee432
commit
271daaf768
@ -610,12 +610,14 @@ int ssl_get_prev_session(SSL *s, unsigned char *session_id, int len,
|
|||||||
if (ret != NULL)
|
if (ret != NULL)
|
||||||
{
|
{
|
||||||
SSL_SESSION_free(ret);
|
SSL_SESSION_free(ret);
|
||||||
|
#ifndef OPENSSL_NO_TLSEXT
|
||||||
if (!try_session_cache)
|
if (!try_session_cache)
|
||||||
{
|
{
|
||||||
/* The session was from a ticket, so we should
|
/* The session was from a ticket, so we should
|
||||||
* issue a ticket for the new session */
|
* issue a ticket for the new session */
|
||||||
s->tlsext_ticket_expected = 1;
|
s->tlsext_ticket_expected = 1;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
if (fatal)
|
if (fatal)
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user