mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +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)
|
#elif defined(WOLF_CRYPTO_CB)
|
||||||
sha3->devId = devId;
|
sha3->devId = devId;
|
||||||
sha3->type = type;
|
sha3->type = type;
|
||||||
#else
|
|
||||||
|
#endif /* WOLFSSL_ASYNC_CRYPT */
|
||||||
|
|
||||||
(void)devId;
|
(void)devId;
|
||||||
(void)type;
|
(void)type;
|
||||||
#endif /* WOLFSSL_ASYNC_CRYPT */
|
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user