diff options
author | vnugent <public@vaughnnugent.com> | 2024-04-23 18:19:31 -0400 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-04-23 18:19:31 -0400 |
commit | 7cb7a93de4f6f5e741bc5129e3d928e44f050930 (patch) | |
tree | ae5c564a0c3c60d0b4dac13ac8e8e3ebf7906ab1 /tests/hex.h | |
parent | 30e8dda6cbea86bdee6d5dfe48514385d3b9f81b (diff) |
refactor!: MbedTLS on Windows, switch to uint32
Diffstat (limited to 'tests/hex.h')
-rw-r--r-- | tests/hex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hex.h b/tests/hex.h index 3348028..5e90ce9 100644 --- a/tests/hex.h +++ b/tests/hex.h @@ -26,7 +26,7 @@ #include <stdlib.h> #include <string.h> -#include "../src/internal/nc-util.h" +#include <nc-util.h> typedef struct hexBytes { |