aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-23 21:35:09 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-25 10:13:23 +0200
commitc5837a6c6335017cd29974a3abf38d54e4357719 (patch)
tree43a7a126d0c96be7ae09529b9bcb3710100b14ea /include
parentc221db0f3659d188911d5c0ce03d1378c4bc51c7 (diff)
downloadlibssh-c5837a6c6335017cd29974a3abf38d54e4357719.tar.gz
libssh-c5837a6c6335017cd29974a3abf38d54e4357719.tar.xz
libssh-c5837a6c6335017cd29974a3abf38d54e4357719.zip
keys: Remove obsolete ssh_do_sign_with_agent().
Diffstat (limited to 'include')
-rw-r--r--include/libssh/keys.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libssh/keys.h b/include/libssh/keys.h
index 85194f13..f9f683f8 100644
--- a/include/libssh/keys.h
+++ b/include/libssh/keys.h
@@ -76,8 +76,6 @@ ssh_string RSA_do_sign(const unsigned char *payload, int len, RSA *privkey);
#endif
SIGNATURE *signature_from_string(ssh_session session, ssh_string signature,ssh_public_key pubkey,int needed_type);
void signature_free(SIGNATURE *sign);
-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);