From 79ffd49940a526d647320c9b7ca6b26f3693e8ba Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 22 Aug 2011 13:48:25 +0200 Subject: pki: Add ssh_srv_pki_do_sign_sessionid(). --- include/libssh/pki.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libssh/pki.h') diff --git a/include/libssh/pki.h b/include/libssh/pki.h index ce7d500..2904192 100644 --- a/include/libssh/pki.h +++ b/include/libssh/pki.h @@ -83,6 +83,8 @@ ssh_string ssh_pki_do_sign(ssh_session session, ssh_buffer sigbuf, ssh_string ssh_pki_do_sign_agent(ssh_session session, struct ssh_buffer_struct *buf, const ssh_key pubkey); +ssh_string ssh_srv_pki_do_sign_sessionid(ssh_session session, + const ssh_key privkey); /* Temporary functions, to be removed after migration to ssh_key */ ssh_public_key ssh_pki_convert_key_to_publickey(ssh_key key); -- cgit