[pki] remove unused functions

This commit is contained in:
milo
2011-04-18 17:40:27 +02:00
parent 8b95328b1b
commit 6e58342abc
2 changed files with 0 additions and 62 deletions

View File

@@ -52,9 +52,6 @@ ssh_string ssh_pki_do_sign(ssh_session session, ssh_buffer sigbuf,
ssh_key privatekey);
/* temporary functions, to be removed after migration to ssh_key */
ssh_key ssh_pki_convert_privatekey_to_key(ssh_private_key priv);
ssh_key ssh_pki_convert_publickey_to_key(ssh_public_key pub);
ssh_private_key ssh_pki_convert_key_to_privatekey(ssh_key key);
ssh_public_key ssh_pki_convert_key_to_publickey(ssh_key key);