فهرست منبع

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

20240501-xilinx-wc_Sha3
András Fekete 1 ماه پیش
والد
کامیت
866468ec2c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      wolfssl/wolfcrypt/port/xilinx/xil-sha3.h

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

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