mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 16:12:24 +01:00
Suppress unused parameter warning
This commit is contained in:
@@ -37172,6 +37172,8 @@ static int DoSessionTicket(WOLFSSL* ssl, const byte* input, word32* inOutIdx,
|
||||
*/
|
||||
static WC_INLINE int IsTls13CipherSuite(byte first, byte second)
|
||||
{
|
||||
(void)second; /* Suppress unused parameter warning */
|
||||
|
||||
/* TLS 1.3 cipher suites use TLS13_BYTE (0x13) as first byte */
|
||||
if (first == TLS13_BYTE)
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user