fix unused parameter when using CRYPTO_CB_ONLY_RSA

This commit is contained in:
Hideki Miyazaki
2022-04-13 07:48:18 +09:00
parent e87ded85b4
commit c5056f408f

View File

@@ -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 */
}