Fix for NO_WOLFSSL_SERVER typo.

This commit is contained in:
David Garske
2020-05-14 16:24:18 -07:00
parent 220e2634af
commit 21e0f863b9

View File

@ -12409,7 +12409,7 @@ static int DoHandShakeMsgType(WOLFSSL* ssl, byte* input, word32* inOutIdx,
expectedIdx += MacSize(ssl); expectedIdx += MacSize(ssl);
#endif #endif
#if !defined(WOLFSSL_NO_SERVER) && \ #if !defined(NO_WOLFSSL_SERVER) && \
defined(HAVE_SECURE_RENEGOTIATION) && \ defined(HAVE_SECURE_RENEGOTIATION) && \
defined(HAVE_SERVER_RENEGOTIATION_INFO) defined(HAVE_SERVER_RENEGOTIATION_INFO)
if (ssl->options.handShakeDone && type == client_hello && if (ssl->options.handShakeDone && type == client_hello &&