mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
adjust sha3 typedef
This commit is contained in:
@@ -108,7 +108,7 @@ struct Sha3 {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#ifndef WC_SHA3_TYPE_DEFINED
|
#ifndef WC_SHA3_TYPE_DEFINED
|
||||||
typedef struct wc_Sha3 Sha3;
|
typedef struct Sha3 wc_Sha3;
|
||||||
#define WC_SHA3_TYPE_DEFINED
|
#define WC_SHA3_TYPE_DEFINED
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user