Skip to content

Commit

Permalink
small warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toddouska committed May 18, 2012
1 parent c3627df commit 88b46d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ssl.c
Expand Up @@ -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");
Expand Down

0 comments on commit 88b46d5

Please sign in to comment.