[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.48 and 1.49

version 1.48, 2009/10/24 11:13:54 version 1.49, 2010/02/26 20:29:54
Line 125 
Line 125 
         char    *client_version_string;          char    *client_version_string;
         char    *server_version_string;          char    *server_version_string;
         int     (*verify_host_key)(Key *);          int     (*verify_host_key)(Key *);
         Key     *(*load_host_key)(int);          Key     *(*load_host_public_key)(int);
           Key     *(*load_host_private_key)(int);
         int     (*host_key_index)(Key *);          int     (*host_key_index)(Key *);
         void    (*kex[KEX_MAX])(Kex *);          void    (*kex[KEX_MAX])(Kex *);
 };  };

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49