aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormilo <milo@r0ot.me>2011-03-09 13:12:34 +0100
committermilo <milo@r0ot.me>2011-04-14 14:05:44 +0200
commitc1d385f6da64c046a08b7c72ef3a527a1694269a (patch)
treeb3355216edab65e708010b970422d72ec9d99482
parentc20afa75a270ebc7254c763dc929c69469efe37e (diff)
downloadlibssh-c1d385f6da64c046a08b7c72ef3a527a1694269a.tar.gz
libssh-c1d385f6da64c046a08b7c72ef3a527a1694269a.tar.xz
libssh-c1d385f6da64c046a08b7c72ef3a527a1694269a.zip
[pki] remove non existing function prototype
-rw-r--r--include/libssh/keys.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libssh/keys.h b/include/libssh/keys.h
index 13e759e..e38cf9c 100644
--- a/include/libssh/keys.h
+++ b/include/libssh/keys.h
@@ -67,7 +67,6 @@ ssh_buffer ssh_userauth_build_digest(ssh_session session, ssh_message msg, char
ssh_private_key privatekey_make_dss(ssh_session session, ssh_buffer buffer);
ssh_private_key privatekey_make_rsa(ssh_session session, ssh_buffer buffer,
const char *type);
-ssh_private_key privatekey_from_string(ssh_session session, ssh_string privkey_s);
ssh_public_key publickey_make_dss(ssh_session session, ssh_buffer buffer);
ssh_public_key publickey_make_rsa(ssh_session session, ssh_buffer buffer, int type);