mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Fix for NO_WOLFSSL_SERVER
typo.
This commit is contained in:
@ -12409,7 +12409,7 @@ static int DoHandShakeMsgType(WOLFSSL* ssl, byte* input, word32* inOutIdx,
|
||||
expectedIdx += MacSize(ssl);
|
||||
#endif
|
||||
|
||||
#if !defined(WOLFSSL_NO_SERVER) && \
|
||||
#if !defined(NO_WOLFSSL_SERVER) && \
|
||||
defined(HAVE_SECURE_RENEGOTIATION) && \
|
||||
defined(HAVE_SERVER_RENEGOTIATION_INFO)
|
||||
if (ssl->options.handShakeDone && type == client_hello &&
|
||||
|
Reference in New Issue
Block a user