[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.22 and 1.23

version 1.22, 2001/04/04 20:25:37 version 1.23, 2001/06/23 02:34:28
Line 107 
Line 107 
         int     flags;          int     flags;
         char    *client_version_string;          char    *client_version_string;
         char    *server_version_string;          char    *server_version_string;
         int     (*check_host_key)(Key *hostkey);          int     (*verify_host_key)(Key *hostkey);
         Key     *(*load_host_key)(int type);          Key     *(*load_host_key)(int type);
 };  };
   

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23