agent: Remove obsolete agent_sign_data().

This commit is contained in:
Andreas Schneider
2011-08-23 21:35:27 +02:00
parent c5837a6c63
commit c5643c0967
2 changed files with 0 additions and 87 deletions

View File

@@ -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);