Skip to content

Commit

Permalink
include user_settings.h manually when wolfCrypt is not in use
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbland1 committed Jul 27, 2023
1 parent cc88dcd commit fafd0c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wolftpm/tpm2_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fafd0c2

Please sign in to comment.