We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b641df + e8d5cf9 commit f21b021Copy full SHA for f21b021
1 file changed
src/tls.c
@@ -1405,6 +1405,7 @@ int TLSX_HandleUnsupportedExtension(WOLFSSL* ssl)
1405
1406
#endif
1407
1408
+#if !defined(NO_WOLFSSL_SERVER) || defined(WOLFSSL_TLS13)
1409
/** Mark an extension to be sent back to the client. */
1410
static void TLSX_SetResponse(WOLFSSL* ssl, TLSX_Type type)
1411
{
@@ -1413,6 +1414,7 @@ static void TLSX_SetResponse(WOLFSSL* ssl, TLSX_Type type)
1413
1414
if (extension)
1415
extension->resp = 1;
1416
}
1417
+#endif
1418
1419
/******************************************************************************/
1420
/* Application-Layer Protocol Negotiation */
0 commit comments