summaryrefslogtreecommitdiff
path: root/lib/libgnutls.map
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r--lib/libgnutls.map6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index a4aaf11ca1..3cfc0c450b 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1256,6 +1256,10 @@ GNUTLS_3_6_5
gnutls_record_recv_early_data;
gnutls_db_check_entry_expire_time;
gnutls_db_set_add_function;
+ gnutls_anti_replay_init;
+ gnutls_anti_replay_deinit;
+ gnutls_anti_replay_set_window;
+ gnutls_anti_replay_enable;
} GNUTLS_3_6_4;
GNUTLS_FIPS140_3_4 {
@@ -1338,4 +1342,6 @@ GNUTLS_PRIVATE_3_4 {
_gnutls_set_session_ticket_key_rotation_callback;
# Internal symbols needed by tests/virt-time.h
_gnutls_global_set_gettime_function;
+ # Internal symbols needed by tests/tls13/anti_replay.c
+ _gnutls_anti_replay_check;
} GNUTLS_3_4;