summaryrefslogtreecommitdiffstats
path: root/include/libssh/keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/keys.h')
-rw-r--r--include/libssh/keys.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/libssh/keys.h b/include/libssh/keys.h
index 271b76a..fc4fbe1 100644
--- a/include/libssh/keys.h
+++ b/include/libssh/keys.h
@@ -52,12 +52,6 @@ struct ssh_private_key_struct {
const char *ssh_type_to_char(int type);
int ssh_type_from_name(const char *name);
-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_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);
ssh_public_key publickey_from_string(ssh_session session, ssh_string pubkey_s);
#endif /* KEYS_H_ */