[BACK]Return to authfd.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/authfd.h between version 1.40 and 1.41

version 1.40, 2017/05/05 10:42:49 version 1.41, 2017/06/28 01:09:22
Line 38 
Line 38 
   
 int     ssh_decrypt_challenge(int sock, struct sshkey* key, BIGNUM *challenge,  int     ssh_decrypt_challenge(int sock, struct sshkey* key, BIGNUM *challenge,
             u_char session_id[16], u_char response[16]);              u_char session_id[16], u_char response[16]);
 int     ssh_agent_sign(int sock, struct sshkey *key,  int     ssh_agent_sign(int sock, const struct sshkey *key,
             u_char **sigp, size_t *lenp,              u_char **sigp, size_t *lenp,
             const u_char *data, size_t datalen, const char *alg, u_int compat);              const u_char *data, size_t datalen, const char *alg, u_int compat);
   

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41