examples/client/client.c: add missing !defined(NO_SESSION_CACHE) gate around wolfSSL_get_session() for "print out session" code.

This commit is contained in:
Daniel Pouzzner
2020-12-28 17:49:58 -06:00
parent 4280861af0
commit 764b3cf09d

View File

@@ -3262,7 +3262,8 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
}
#if defined(OPENSSL_ALL)
#if defined(OPENSSL_ALL) && !defined(NO_SESSION_CACHE)
#ifndef NO_BIO
/* print out session to stdout */
{