From 9bed334da3b0f18eee326300b5a8a8b4ff5d5875 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 7 Aug 2011 17:49:02 +0200 Subject: pki: Add ssh_pki_convert_key_to_privatekey(). --- include/libssh/pki.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libssh/pki.h') diff --git a/include/libssh/pki.h b/include/libssh/pki.h index f7ce4cc..182079f 100644 --- a/include/libssh/pki.h +++ b/include/libssh/pki.h @@ -54,6 +54,7 @@ ssh_string ssh_pki_do_sign(ssh_session session, ssh_buffer sigbuf, /* temporary functions, to be removed after migration to ssh_key */ ssh_public_key ssh_pki_convert_key_to_publickey(ssh_key key); +ssh_private_key ssh_pki_convert_key_to_privatekey(ssh_key key); enum ssh_keytypes_e pki_privatekey_type_from_string(const char *privkey); -- cgit