[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.19 and 1.20

version 1.19, 2001/04/03 23:32:12 version 1.20, 2001/04/04 09:48:34
Line 111 
Line 111 
         Key     *(*load_host_key)(int type);          Key     *(*load_host_key)(int type);
 };  };
   
 Kex     *kex_start(char *proposal[PROPOSAL_MAX]);  Kex     *kex_setup(char *proposal[PROPOSAL_MAX]);
 void    kex_send_newkeys(void);  void    kex_finish(Kex *kex);
   
 void    kex_send_kexinit(Kex *kex);  void    kex_send_kexinit(Kex *kex);
 void    kex_protocol_error(int type, int plen, void *ctxt);  void    kex_protocol_error(int type, int plen, void *ctxt);
 void    kex_derive_keys(Kex *k, u_char *hash, BIGNUM *shared_secret);  void    kex_derive_keys(Kex *k, u_char *hash, BIGNUM *shared_secret);

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20