mirror of https://github.com/wolfSSL/wolfTPM.git
include user_settings.h manually when wolfCrypt is not in use
parent
cc88dcd4ab
commit
fafd0c2780
|
@ -127,6 +127,10 @@ typedef int64_t INT64;
|
|||
#include <string.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#ifdef WOLFTPM_USER_SETTINGS
|
||||
#include "user_settings.h"
|
||||
#endif
|
||||
|
||||
typedef uint8_t byte;
|
||||
typedef uint16_t word16;
|
||||
typedef uint32_t word32;
|
||||
|
|
Loading…
Reference in New Issue