From 88b46d58d7a9cb26a782f218300b70d615f58188 Mon Sep 17 00:00:00 2001 From: toddouska Date: Fri, 18 May 2012 12:10:04 -0700 Subject: [PATCH] small warning fix --- src/ssl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ssl.c b/src/ssl.c index c0995a51c..143c413da 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -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");