fix unused parameter build time error

fix unused parameter build time error
This commit is contained in:
kaleb-himes
2016-09-23 12:13:19 -06:00
parent 3bd86d3f87
commit 4fc0c6c646

View File

@ -3229,6 +3229,8 @@ static int TLSX_SessionTicket_Parse(WOLFSSL* ssl, byte* input, word16 length,
{
int ret = 0;
(void) input; /* avoid unused parameter if NO_WOLFSSL_SERVER defined */
if (!isRequest) {
/* client side */
if (length != 0)