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

Diff for /src/usr.bin/ssh/kex.c between version 1.80 and 1.81

version 1.80, 2008/09/06 12:24:13 version 1.81, 2009/05/27 06:34:36
Line 46 
Line 46 
 #include "dispatch.h"  #include "dispatch.h"
 #include "monitor.h"  #include "monitor.h"
   
 #define KEX_COOKIE_LEN  16  
   
 /* prototype */  /* prototype */
 static void kex_kexinit_finish(Kex *);  static void kex_kexinit_finish(Kex *);
 static void kex_choose_conf(Kex *);  static void kex_choose_conf(Kex *);

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81