Skip to content

Commit 7f6f824

Browse files
committed
wolfssl/wolfcrypt/port/xilinx/xil-sha3.h: fix struct name -- struct wc_Sha3, not struct Sha3.
1 parent e45686c commit 7f6f824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfssl/wolfcrypt/port/xilinx/xil-sha3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#endif
3636

3737
/* Sha3 digest */
38-
typedef struct Sha3 {
38+
typedef struct wc_Sha3 {
3939
#ifdef WOLFSSL_XILINX_CRYPT_VERSAL
4040
wc_Xsecure xSec;
4141
#else

0 commit comments

Comments
 (0)