aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-30 11:41:55 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-30 12:15:20 +0200
commit7093ac986df4950b73724a2c03e899cca2812cff (patch)
tree1cbec6be8dec4b61575f553411c799fad60706df /include
parent64de14f51e447cc0d25a91c8ebe2a1e2108972ab (diff)
downloadlibssh-7093ac986df4950b73724a2c03e899cca2812cff.tar.gz
libssh-7093ac986df4950b73724a2c03e899cca2812cff.tar.xz
libssh-7093ac986df4950b73724a2c03e899cca2812cff.zip
keys: Remove dead prototypes.
Diffstat (limited to 'include')
-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 271b76a0..fc4fbe19 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_ */