mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +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);
|
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 &&
|
||||||
|
Reference in New Issue
Block a user