]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Make check needs more symbols.
authorSimon Josefsson <simon@josefsson.org>
Mon, 20 Apr 2009 16:29:38 +0000 (18:29 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 20 Apr 2009 16:29:38 +0000 (18:29 +0200)
lib/libgnutls.map

index bebaaef4320619c3bbe54c13925fe9bc96110ce6..7a90c4aa998fecb574d2d41223ab0bb5f1e89f23 100644 (file)
@@ -577,10 +577,29 @@ GNUTLS_PRIVATE {
     _gnutls_read_uint24;
     _gnutls_get_cred;
     _gnutls_recv_int;
+    # Internal symbols needed by libgnutls-openssl:
+    _gnutls_pkix1_asn;
+    _gnutls_x509_parse_dn_oid;
+    _gnutls_hash_fast;
+    _gnutls_asn2err;
+    _gnutls_hash_init;
+    _gnutls_hash_deinit;
+    _gnutls_hash;
+
     # Internal symbols needed by psktool:
     _gnutls_rnd;
     # Internal symbols needed by gnutls-cli-debug:
     _gnutls_rsa_pms_set_version;
     _gnutls_record_set_default_version;
     _gnutls_record_set_default_version;
+    # Internal symbols needed by tests/gc:
+    _gnutls_hmac_fast;
+    _gnutls_pbkdf2_sha1;
+    # Internal symbols needed by tests/mpi:
+    _gnutls_mpi_ops;
+    _gnutls_mpi_randomize;
+    _gnutls_dump_mpi;
+    # Internal symbols needed by tests/pkcs12_s2k:
+    _gnutls_pkcs12_string_to_key;
+    _gnutls_bin2hex;
 };