diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-04-06 16:00:37 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-04-06 16:00:37 +0800 |
commit | a8135dec1e8b9360274679c9ff89cb98cda87930 (patch) | |
tree | 42cf334c3aac754cdf1a1fb4a9ed0789d49d16b0 /agentfwd.h | |
parent | b4bcc606576dab755441da1bc2fbe28041d54b06 (diff) |
Make _sign and _verify functions take a buffer* rather than void* and int
--HG--
branch : ecc
Diffstat (limited to 'agentfwd.h')
-rw-r--r-- | agentfwd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ /* client functions */ void cli_load_agent_keys(m_list * ret_list); void agent_buf_sign(buffer *sigblob, sign_key *key, - const unsigned char *data, unsigned int len); + buffer *data_buf); void cli_setup_agent(struct Channel *channel); #ifdef __hpux |