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

Diff for /src/usr.bin/ssh/kex.h between version 1.71 and 1.72

version 1.71, 2015/02/16 22:13:32 version 1.72, 2015/07/29 04:43:06
Line 127 
Line 127 
         int     ec_nid;          int     ec_nid;
         char    *client_version_string;          char    *client_version_string;
         char    *server_version_string;          char    *server_version_string;
           char    *failed_choice;
         int     (*verify_host_key)(struct sshkey *, struct ssh *);          int     (*verify_host_key)(struct sshkey *, struct ssh *);
         struct sshkey *(*load_host_public_key)(int, int, struct ssh *);          struct sshkey *(*load_host_public_key)(int, int, struct ssh *);
         struct sshkey *(*load_host_private_key)(int, int, struct ssh *);          struct sshkey *(*load_host_private_key)(int, int, struct ssh *);

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72