summaryrefslogtreecommitdiff
path: root/tests/tls13/anti_replay.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tls13/anti_replay.c')
-rw-r--r--tests/tls13/anti_replay.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/tls13/anti_replay.c b/tests/tls13/anti_replay.c
index e0aea00385..506c11596a 100644
--- a/tests/tls13/anti_replay.c
+++ b/tests/tls13/anti_replay.c
@@ -24,11 +24,14 @@
#include <assert.h>
#include <stdint.h>
-#include "utils.h"
#include "virt-time.h"
#include "../../lib/tls13/anti_replay.h"
#include "../../lib/system.h"
+/* utils.h must be loaded after gnutls_int.h, as it redefines some
+ * macros from gnulib */
+#include "utils.h"
+
#define MAX_CLIENT_HELLO_RECORDED 10
struct storage_st {