diff --git a/src/ssl.c b/src/ssl.c index 637db8d61..f5edfdd7c 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -12511,6 +12511,7 @@ int wolfSSL_RSA_generate_key_ex(WOLFSSL_RSA* rsa, int bits, WOLFSSL_BIGNUM* bn, (void)cb; (void)bn; + (void)bits; WOLFSSL_ENTER("wolfSSL_RSA_generate_key_ex");