Wolfssl uses a typedef called 'byte' which is no longer allowed in gcc15
This commit is contained in:
@@ -51,7 +51,9 @@
|
|||||||
#undef TFM_TIMING_RESISTANT
|
#undef TFM_TIMING_RESISTANT
|
||||||
#define ECC_TIMING_RESISTANT 420
|
#define ECC_TIMING_RESISTANT 420
|
||||||
#define TFM_TIMING_RESISTANT 420
|
#define TFM_TIMING_RESISTANT 420
|
||||||
|
#define byte unsigned char
|
||||||
#include <wolfssl/ssl.h>
|
#include <wolfssl/ssl.h>
|
||||||
|
#undef byte
|
||||||
|
|
||||||
class CAddrMan;
|
class CAddrMan;
|
||||||
class CBlockIndex;
|
class CBlockIndex;
|
||||||
|
|||||||
Reference in New Issue
Block a user