Merge pull request #5590 from SparkiDev/tlsx_symbol_fix

TLSX: function not used
This commit is contained in:
JacobBarthelmeh
2022-09-14 09:10:56 -06:00
committed by GitHub

View File

@ -1405,6 +1405,7 @@ int TLSX_HandleUnsupportedExtension(WOLFSSL* ssl)
#endif #endif
#if !defined(NO_WOLFSSL_SERVER) || defined(WOLFSSL_TLS13)
/** Mark an extension to be sent back to the client. */ /** Mark an extension to be sent back to the client. */
static void TLSX_SetResponse(WOLFSSL* ssl, TLSX_Type type) static void TLSX_SetResponse(WOLFSSL* ssl, TLSX_Type type)
{ {
@ -1413,6 +1414,7 @@ static void TLSX_SetResponse(WOLFSSL* ssl, TLSX_Type type)
if (extension) if (extension)
extension->resp = 1; extension->resp = 1;
} }
#endif
/******************************************************************************/ /******************************************************************************/
/* Application-Layer Protocol Negotiation */ /* Application-Layer Protocol Negotiation */