mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 19:54:40 +02:00
Merge pull request #5049 from miyazakh/unused_param
This commit is contained in:
@@ -3034,6 +3034,7 @@ static int wc_RsaFunction_ex(const byte* in, word32 inLen, byte* out,
|
|||||||
return ret;
|
return ret;
|
||||||
#else
|
#else
|
||||||
(void)rng;
|
(void)rng;
|
||||||
|
(void)checkSmallCt;
|
||||||
#endif /* WOLF_CRYPTO_CB_ONLY_RSA */
|
#endif /* WOLF_CRYPTO_CB_ONLY_RSA */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user