aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/keys.h')
-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);