adjust sha3 typedef

This commit is contained in:
Jacob Barthelmeh
2019-09-16 10:40:56 -06:00
parent eb2aa3dce1
commit 708556d5c7

View File

@@ -108,7 +108,7 @@ struct Sha3 {
};
#ifndef WC_SHA3_TYPE_DEFINED
typedef struct wc_Sha3 Sha3;
typedef struct Sha3 wc_Sha3;
#define WC_SHA3_TYPE_DEFINED
#endif