small warning fix
This commit is contained in:
parent
c3627df018
commit
88b46d58d7
@ -6866,9 +6866,10 @@ static int initGlobalRNG = 0;
|
|||||||
|
|
||||||
CYASSL_MSG("CyaSSL_RSA_generate_key_ex");
|
CYASSL_MSG("CyaSSL_RSA_generate_key_ex");
|
||||||
|
|
||||||
|
(void)rsa;
|
||||||
|
(void)bits;
|
||||||
(void)cb;
|
(void)cb;
|
||||||
(void)bn;
|
(void)bn;
|
||||||
(void)bits;
|
|
||||||
|
|
||||||
if (InitRng(&rng) < 0) {
|
if (InitRng(&rng) < 0) {
|
||||||
CYASSL_MSG("RNG init failed");
|
CYASSL_MSG("RNG init failed");
|
||||||
|
Loading…
Reference in New Issue
Block a user