small warning fix

This commit is contained in:
toddouska 2012-05-18 12:10:04 -07:00
parent c3627df018
commit 88b46d58d7

View File

@ -6866,9 +6866,10 @@ static int initGlobalRNG = 0;
CYASSL_MSG("CyaSSL_RSA_generate_key_ex");
(void)rsa;
(void)bits;
(void)cb;
(void)bn;
(void)bits;
if (InitRng(&rng) < 0) {
CYASSL_MSG("RNG init failed");