wolfssl/wolfcrypt/port/xilinx/xil-sha3.h: fix struct name -- struct wc_Sha3, not struct Sha3.

This commit is contained in:
Daniel Pouzzner
2024-05-01 12:47:23 -05:00
parent e45686cce9
commit 7f6f824594

View File

@@ -35,7 +35,7 @@
#endif
/* Sha3 digest */
typedef struct Sha3 {
typedef struct wc_Sha3 {
#ifdef WOLFSSL_XILINX_CRYPT_VERSAL
wc_Xsecure xSec;
#else