summaryrefslogtreecommitdiff
path: root/lib/libgnutls.map
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-10-13 12:04:20 +0200
committerTim Rühsen <tim.ruehsen@gmx.de>2019-10-15 14:51:37 +0200
commitd6ee45fe1cf6715bb728e21bd7ac6c0e9d33d2a8 (patch)
tree033a70c15916dace1c6bf085ae7497de97a31f3f /lib/libgnutls.map
parent21883fcb90dd35a2c4d8e8a005802667615fd345 (diff)
downloadgnutls-d6ee45fe1cf6715bb728e21bd7ac6c0e9d33d2a8.tar.gz
tests/buffer.c: Add unit test for _gnutls_buffer_unescape()
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r--lib/libgnutls.map4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index d6973f72ef..6e1da857f6 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1395,4 +1395,8 @@ GNUTLS_PRIVATE_3_4 {
_gnutls_iov_iter_init;
_gnutls_iov_iter_next;
_gnutls_iov_iter_sync;
+ # needed by tests/buffer:
+ _gnutls_buffer_unescape;
+ _gnutls_buffer_pop_datum;
+ _gnutls_buffer_clear;
} GNUTLS_3_4;