diff --git a/src/tls.c b/src/tls.c index aa30db9a7..3314f38c7 100644 --- a/src/tls.c +++ b/src/tls.c @@ -993,8 +993,6 @@ int TLSX_HandleUnsupportedExtension(WOLFSSL* ssl) #endif -#ifndef NO_WOLFSSL_SERVER - /** Mark an extension to be sent back to the client. */ void TLSX_SetResponse(WOLFSSL* ssl, TLSX_Type type); @@ -1006,8 +1004,6 @@ void TLSX_SetResponse(WOLFSSL* ssl, TLSX_Type type) extension->resp = 1; } -#endif - /******************************************************************************/ /* Application-Layer Protocol Negotiation */ /******************************************************************************/