[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.43 and 1.44

version 1.43, 2018/02/23 15:58:37 version 1.44, 2018/07/12 04:35:25
Line 36 
Line 36 
             const char *pin, u_int life, u_int confirm);              const char *pin, u_int life, u_int confirm);
 int     ssh_remove_all_identities(int sock, int version);  int     ssh_remove_all_identities(int sock, int version);
   
 int     ssh_decrypt_challenge(int sock, struct sshkey* key, BIGNUM *challenge,  
             u_char session_id[16], u_char response[16]);  
 int     ssh_agent_sign(int sock, const 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.43  
changed lines
  Added in v.1.44