1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2026-01-06 14:21:55 +03:00

messages: Move ssh_userauth_build_digest() and make it static.

This commit is contained in:
Andreas Schneider
2011-08-22 12:57:01 +02:00
parent ca9b01af99
commit a2e08697b1
3 changed files with 119 additions and 66 deletions

View File

@@ -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,