Merge pull request #5049 from miyazakh/unused_param

This commit is contained in:
Chris Conlon
2022-04-13 09:02:26 -06:00
committed by GitHub

View File

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