forked from wolfSSL/wolfssl
fix unused parameter when using CRYPTO_CB_ONLY_RSA
This commit is contained in:
@@ -3034,6 +3034,7 @@ static int wc_RsaFunction_ex(const byte* in, word32 inLen, byte* out,
|
||||
return ret;
|
||||
#else
|
||||
(void)rng;
|
||||
(void)checkSmallCt;
|
||||
#endif /* WOLF_CRYPTO_CB_ONLY_RSA */
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user