aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/keys.h')
-rw-r--r--include/libssh/keys.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libssh/keys.h b/include/libssh/keys.h
index 4a9f9ab..85194f1 100644
--- a/include/libssh/keys.h
+++ b/include/libssh/keys.h
@@ -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_ */