keys: Remove unused obsolete ssh_sign_session_id().

This commit is contained in:
Andreas Schneider
2011-08-22 14:30:08 +02:00
parent 4de4520559
commit 1e019fee43
2 changed files with 0 additions and 96 deletions

View File

@@ -80,6 +80,5 @@ ssh_string ssh_do_sign_with_agent(struct ssh_session_struct *session,
struct ssh_buffer_struct *buf, struct ssh_public_key_struct *publickey);
ssh_string ssh_do_sign(ssh_session session,ssh_buffer sigbuf,
ssh_private_key privatekey);
ssh_string ssh_sign_session_id(ssh_session session, ssh_private_key privatekey);
#endif /* KEYS_H_ */