diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2011-08-22 12:57:01 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2011-08-22 12:57:01 +0200 |
commit | a2e08697b1a24066c9870fe4bd61133de7f2663c (patch) | |
tree | c0661112c63e56d124c0f25db5078bc1b44e3c83 /include | |
parent | ca9b01af991d1e7080bef2bb8c9540538eb0df12 (diff) | |
download | libssh-a2e08697b1a24066c9870fe4bd61133de7f2663c.tar.gz libssh-a2e08697b1a24066c9870fe4bd61133de7f2663c.tar.xz libssh-a2e08697b1a24066c9870fe4bd61133de7f2663c.zip |
messages: Move ssh_userauth_build_digest() and make it static.
Diffstat (limited to 'include')
-rw-r--r-- | include/libssh/keys.h | 1 |
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, |