We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 866468e + 678038a commit ba89e07Copy full SHA for ba89e07
1 file changed
wolfssl/openssl/sha3.h
@@ -43,7 +43,7 @@
43
struct WOLFSSL_SHA3_CTX {
44
/* big enough to hold wolfcrypt Sha3, but check on init */
45
#ifdef WOLFSSL_SHA3
46
- ALIGN16 void* holder[sizeof(struct wc_Sha3)];
+ ALIGN16 void* holder[sizeof(wc_Sha3)];
47
#else
48
ALIGN16 void* holder[(424 + WC_ASYNC_DEV_SIZE) / sizeof(void*)];
49
#endif
0 commit comments