forked from wolfSSL/wolfssl
fix unused parameter build time error
fix unused parameter build time error
This commit is contained in:
@@ -3229,6 +3229,8 @@ static int TLSX_SessionTicket_Parse(WOLFSSL* ssl, byte* input, word16 length,
|
|||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
||||||
|
(void) input; /* avoid unused parameter if NO_WOLFSSL_SERVER defined */
|
||||||
|
|
||||||
if (!isRequest) {
|
if (!isRequest) {
|
||||||
/* client side */
|
/* client side */
|
||||||
if (length != 0)
|
if (length != 0)
|
||||||
|
Reference in New Issue
Block a user