summaryrefslogtreecommitdiffstats
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 e6354a9..e025b24 100644
--- a/include/libssh/keys.h
+++ b/include/libssh/keys.h
@@ -62,7 +62,6 @@ typedef struct signature_struct {
const char *ssh_type_to_char(int type);
int ssh_type_from_name(const char *name);
-ssh_buffer ssh_userauth_build_digest(ssh_session session, ssh_message msg, char *service);
ssh_private_key privatekey_make_dss(ssh_session session, ssh_buffer buffer);
ssh_private_key privatekey_make_rsa(ssh_session session, ssh_buffer buffer,