Merge pull request #7496 from douzzer/20240501-xilinx-wc_Sha3

20240501-xilinx-wc_Sha3
pull/7497/head
András Fekete 2024-05-01 14:51:56 -04:00 committed by GitHub
commit 866468ec2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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