]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
libgnutls.map: export _gnutls_utf8_to_ucs2 and _gnutls_ucs2_to_utf8 for testing
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 6 Sep 2016 09:40:36 +0000 (11:40 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 6 Sep 2016 12:55:00 +0000 (14:55 +0200)
lib/libgnutls.map

index b15da7f74fa270a2895a4b7487b1a0184892be3e..fffdd1eb21dc62ca32e29c5603a75aab8e4a9854 100644 (file)
@@ -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;