mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 03:00:53 +02:00
Merge pull request #10855 from philljj/misc_fixes
wolfcrypt: fix several redefinition of typedef errors.
This commit is contained in:
@@ -299,7 +299,10 @@ wc_static_assert(SLHDSA_MAX_MSG_SZ <= 255);
|
||||
*/
|
||||
|
||||
/* HashAddress type. */
|
||||
#ifndef WC_HASHADDRESS_TYPE_DEFINED
|
||||
typedef word32 HashAddress[8];
|
||||
#define WC_HASHADDRESS_TYPE_DEFINED
|
||||
#endif
|
||||
|
||||
/* Encode a HashAddress.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user