summaryrefslogtreecommitdiff
path: root/lib/libgnutls.map
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-06 11:40:36 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-06 14:55:00 +0200
commitd4f839cb47c858db73a723147ebec6c1f3fcce1e (patch)
treeba4271769985011491816f69063778b8b575dd1d /lib/libgnutls.map
parenta741b19ca3251caebeb3056662014c05433d291a (diff)
downloadgnutls-d4f839cb47c858db73a723147ebec6c1f3fcce1e.tar.gz
libgnutls.map: export _gnutls_utf8_to_ucs2 and _gnutls_ucs2_to_utf8 for testing
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r--lib/libgnutls.map3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index b15da7f74f..fffdd1eb21 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1164,6 +1164,9 @@ GNUTLS_PRIVATE_3_4 {
# Internal symbols needed by tests/name-constraints:
_gnutls_ip_to_string;
_gnutls_cidr_to_string;
+ # needed by tests/conv-utf8.c:
+ _gnutls_utf8_to_ucs2;
+ _gnutls_ucs2_to_utf8;
# Internal symbols needed by tests/name-constraints-merge:
_gnutls_x509_name_constraints_merge;
_gnutls_server_name_set_raw;