Wolfssl uses a typedef called 'byte' which is no longer allowed in gcc15

This commit is contained in:
Duke
2025-12-30 02:37:40 -05:00
parent 79230c41ab
commit efbaff9d89

View File

@@ -51,7 +51,9 @@
#undef TFM_TIMING_RESISTANT
#define ECC_TIMING_RESISTANT 420
#define TFM_TIMING_RESISTANT 420
#define byte unsigned char
#include <wolfssl/ssl.h>
#undef byte
class CAddrMan;
class CBlockIndex;