diff --git a/wolfcrypt/src/sha3.c b/wolfcrypt/src/sha3.c index afc8bd5af..2d997407b 100644 --- a/wolfcrypt/src/sha3.c +++ b/wolfcrypt/src/sha3.c @@ -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; }