aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-07-25 18:00:36 +0200
committerAndreas Schneider <mail@cynapses.org>2009-07-25 18:00:36 +0200
commitc8e82528fcaf20000eb6b99793eee120655405a5 (patch)
tree62e18e162bfa297265036f0c20f9aeb634679432
parent104e6d39ab8aef18a5d94601ba68ca4ebd381904 (diff)
downloadlibssh-c8e82528fcaf20000eb6b99793eee120655405a5.tar.gz
libssh-c8e82528fcaf20000eb6b99793eee120655405a5.tar.xz
libssh-c8e82528fcaf20000eb6b99793eee120655405a5.zip
Update map file for ssh_clean_pubkey_hash;
-rw-r--r--libssh/libssh.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/libssh.map b/libssh/libssh.map
index f67353f3..20775880 100644
--- a/libssh/libssh.map
+++ b/libssh/libssh.map
@@ -9,7 +9,7 @@ SSH_0.3 {
string_copy; string_burn; string_data;
ssh_crypto_init;
ssh_get_hexa; ssh_print_hexa; ssh_get_random;
- ssh_get_pubkey_hash; ssh_get_pubkey;
+ ssh_get_pubkey_hash; ssh_clean_pubkey_hash; ssh_get_pubkey;
ssh_fd_poll; ssh_select; publickey_free;
privatekey_from_file; publickey_to_string; publickey_from_privatekey;
private_key_free; publickey_from_file; try_publickey_from_file;