aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-23 21:35:27 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-25 10:13:23 +0200
commitc5643c0967564e997d84630e45f934b49e43fddf (patch)
treebaee83613ddffd97474a64a953dfd41e2b310775 /include
parentc5837a6c6335017cd29974a3abf38d54e4357719 (diff)
downloadlibssh-c5643c0967564e997d84630e45f934b49e43fddf.tar.gz
libssh-c5643c0967564e997d84630e45f934b49e43fddf.tar.xz
libssh-c5643c0967564e997d84630e45f934b49e43fddf.zip
agent: Remove obsolete agent_sign_data().
Diffstat (limited to 'include')
-rw-r--r--include/libssh/agent.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/libssh/agent.h b/include/libssh/agent.h
index 16dc7146..1dc97c7b 100644
--- a/include/libssh/agent.h
+++ b/include/libssh/agent.h
@@ -88,9 +88,6 @@ ssh_key ssh_agent_get_next_ident(struct ssh_session_struct *session,
ssh_key ssh_agent_get_first_ident(struct ssh_session_struct *session,
char **comment);
-ssh_string agent_sign_data(struct ssh_session_struct *session,
- struct ssh_buffer_struct *data,
- struct ssh_public_key_struct *pubkey);
ssh_string ssh_agent_sign_data(ssh_session session,
const ssh_key pubkey,
struct ssh_buffer_struct *data);