mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
avoid warning for unused parameter with certain build configurations
This commit is contained in:
@ -7921,6 +7921,7 @@ int wc_CheckPrivateKey(const byte* privKey, word32 privKeySz,
|
||||
ret = 0;
|
||||
}
|
||||
(void)ks;
|
||||
(void)heap;
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user