avoid warning for unused parameter with certain build configurations

This commit is contained in:
JacobBarthelmeh
2024-10-21 10:04:26 -06:00
parent 8fda4ce147
commit bc0a2c43e6

View File

@ -7921,6 +7921,7 @@ int wc_CheckPrivateKey(const byte* privKey, word32 privKeySz,
ret = 0;
}
(void)ks;
(void)heap;
return ret;
}