From 6e58342abcf2a884082f880f71ed11815fce48dd Mon Sep 17 00:00:00 2001 From: milo Date: Mon, 18 Apr 2011 17:40:27 +0200 Subject: [pki] remove unused functions --- include/libssh/pki.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/libssh') diff --git a/include/libssh/pki.h b/include/libssh/pki.h index 7aed09a..be1117d 100644 --- a/include/libssh/pki.h +++ b/include/libssh/pki.h @@ -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); -- cgit