diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-08-10 11:26:34 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-08-10 13:28:47 +0200 |
commit | a7a26ab1d1e26f34f94dd0466d390a5ecff8ed48 (patch) | |
tree | 8998a8225326c75e7b7a9518786ff7b8cca6d47f /lib | |
parent | d9eff7f6010f8237f3549e304bf62823807b64d6 (diff) | |
download | gnutls-a7a26ab1d1e26f34f94dd0466d390a5ecff8ed48.tar.gz |
tests: updated string to keys tests for new internal API
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libgnutls.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map index f12580d39f..e6f9fcd120 100644 --- a/lib/libgnutls.map +++ b/lib/libgnutls.map @@ -969,6 +969,7 @@ GNUTLS_PRIVATE { _gnutls_mpi_release; # Internal symbols needed by tests/pkcs12_s2k: _gnutls_pkcs12_string_to_key; + mac_to_entry; _gnutls_bin2hex; local: *; |