summaryrefslogtreecommitdiff
path: root/lib/tls13/anti_replay.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tls13/anti_replay.h')
-rw-r--r--lib/tls13/anti_replay.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/tls13/anti_replay.h b/lib/tls13/anti_replay.h
index 934454fbd8..87726c3939 100644
--- a/lib/tls13/anti_replay.h
+++ b/lib/tls13/anti_replay.h
@@ -20,7 +20,12 @@
*
*/
+#ifndef GNUTLS_LIB_TLS13_ANTI_REPLAY_H
+#define GNUTLS_LIB_TLS13_ANTI_REPLAY_H
+
int _gnutls_anti_replay_check(gnutls_anti_replay_t,
uint32_t client_ticket_age,
struct timespec *ticket_creation_time,
gnutls_datum_t *id);
+
+#endif /* GNUTLS_LIB_TLS13_ANTI_REPLAY_H */