mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
fix for wolfcrypt/src/sha3.c (void)type
This commit is contained in:
@ -823,10 +823,11 @@ static int wc_InitSha3(wc_Sha3* sha3, int type, void* heap, int devId)
|
||||
#elif defined(WOLF_CRYPTO_CB)
|
||||
sha3->devId = devId;
|
||||
sha3->type = type;
|
||||
#else
|
||||
|
||||
#endif /* WOLFSSL_ASYNC_CRYPT */
|
||||
|
||||
(void)devId;
|
||||
(void)type;
|
||||
#endif /* WOLFSSL_ASYNC_CRYPT */
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user