Skip to content

Commit

Permalink
fix for wolfcrypt/src/sha3.c (void)type
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan garske committed Jun 20, 2024
1 parent 1ef9a8f commit e8c3a7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wolfcrypt/src/sha3.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e8c3a7d

Please sign in to comment.