comparison agentfwd.h @ 839:33207ed1174b

Merge in ECC
author Matt Johnston <matt@ucc.asn.au>
date Mon, 21 Oct 2013 22:57:21 +0800
parents f336d232fc63
children deed0571cacc
comparison
equal deleted inserted replaced
834:e378da7eae5d 839:33207ed1174b
38 #define MAX_AGENT_REPLY 10000 38 #define MAX_AGENT_REPLY 10000
39 39
40 /* client functions */ 40 /* client functions */
41 void cli_load_agent_keys(m_list * ret_list); 41 void cli_load_agent_keys(m_list * ret_list);
42 void agent_buf_sign(buffer *sigblob, sign_key *key, 42 void agent_buf_sign(buffer *sigblob, sign_key *key,
43 const unsigned char *data, unsigned int len); 43 buffer *data_buf);
44 void cli_setup_agent(struct Channel *channel); 44 void cli_setup_agent(struct Channel *channel);
45 45
46 #ifdef __hpux 46 #ifdef __hpux
47 #define seteuid(a) setresuid(-1, (a), -1) 47 #define seteuid(a) setresuid(-1, (a), -1)
48 #define setegid(a) setresgid(-1, (a), -1) 48 #define setegid(a) setresgid(-1, (a), -1)