mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
wolfssl/wolfcrypt/port/xilinx/xil-sha3.h: fix struct name -- struct wc_Sha3, not struct Sha3.
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Sha3 digest */
|
/* Sha3 digest */
|
||||||
typedef struct Sha3 {
|
typedef struct wc_Sha3 {
|
||||||
#ifdef WOLFSSL_XILINX_CRYPT_VERSAL
|
#ifdef WOLFSSL_XILINX_CRYPT_VERSAL
|
||||||
wc_Xsecure xSec;
|
wc_Xsecure xSec;
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user