From: Nikos Mavrogiannopoulos Date: Tue, 6 Sep 2016 09:40:36 +0000 (+0200) Subject: libgnutls.map: export _gnutls_utf8_to_ucs2 and _gnutls_ucs2_to_utf8 for testing X-Git-Tag: gnutls_3_5_4~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4f839cb47c858db73a723147ebec6c1f3fcce1e;p=thirdparty%2Fgnutls.git libgnutls.map: export _gnutls_utf8_to_ucs2 and _gnutls_ucs2_to_utf8 for testing --- 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;