summaryrefslogtreecommitdiffstats
path: root/libssh/libssh.vers
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-03-30 13:11:47 +0000
committerAndreas Schneider <mail@cynapses.org>2009-03-30 13:11:47 +0000
commitae4ef84702cbecd4ca004349bcb4ff6cae6153fe (patch)
tree783a51217c96f5c3cb245ea1145bda425c2f819e /libssh/libssh.vers
parent1fd7a875beca36597e987729bd76928a9593cfd1 (diff)
downloadlibssh-ae4ef84702cbecd4ca004349bcb4ff6cae6153fe.tar.gz
libssh-ae4ef84702cbecd4ca004349bcb4ff6cae6153fe.tar.xz
libssh-ae4ef84702cbecd4ca004349bcb4ff6cae6153fe.zip
Create a ssh_get_hexa function.
This function converts a buffer into a colon separated hex string. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@308 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/libssh.vers')
-rw-r--r--libssh/libssh.vers2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/libssh.vers b/libssh/libssh.vers
index b28fe633..ae883990 100644
--- a/libssh/libssh.vers
+++ b/libssh/libssh.vers
@@ -8,7 +8,7 @@ SSH_0.3 {
string_from_char; string_len; string_new; string_fill; string_to_char;
string_copy; string_burn; string_data;
ssh_crypto_init;
- ssh_print_hexa; ssh_get_random;
+ ssh_get_hexa; ssh_print_hexa; ssh_get_random;
ssh_get_pubkey_hash; ssh_get_pubkey;
ssh_fd_poll; ssh_select; publickey_free;
privatekey_from_file; publickey_to_string; publickey_from_privatekey;