diff --git a/src/tls13.c b/src/tls13.c index a44a41f01..19e6597de 100644 --- a/src/tls13.c +++ b/src/tls13.c @@ -5580,6 +5580,9 @@ int DoTls13ServerHello(WOLFSSL* ssl, const byte* input, word32* inOutIdx, return ret; ssl->options.pskNegotiated = 1; } +#else + /* no resumption possible */ + ssl->options.resuming = 0; #endif /* sanity check on PSK / KSE */