diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-08-23 16:33:59 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-08-23 16:33:59 +0200 |
commit | 8bae43876fff891e33d48b177778ee4cb882c45a (patch) | |
tree | 5c30ea9b6f73de5b116ad35e73f6da5bb2e6a301 /libssh/keys.c | |
parent | e707af1cd78f730e80da7b109ee33985d0ee3419 (diff) | |
download | libssh-8bae43876fff891e33d48b177778ee4cb882c45a.tar.gz libssh-8bae43876fff891e33d48b177778ee4cb882c45a.tar.xz libssh-8bae43876fff891e33d48b177778ee4cb882c45a.zip |
experimental callback system
Diffstat (limited to 'libssh/keys.c')
-rw-r--r-- | libssh/keys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/keys.c b/libssh/keys.c index 77d554d..1382b76 100644 --- a/libssh/keys.c +++ b/libssh/keys.c @@ -1152,7 +1152,7 @@ ssh_string ssh_do_sign_with_agent(ssh_session session, /* * This function concats in a buffer the values needed to do a signature * verification. */ -ssh_buffer ssh_userauth_build_digest(SSH_SESSION *session, struct ssh_message *msg, char *service) { +ssh_buffer ssh_userauth_build_digest(SSH_SESSION *session, ssh_message msg, char *service) { /* The value of 'signature' is a signature by the corresponding private key over the following data, in the following order: |