[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.47 and 1.48

version 1.47, 2002/02/28 15:46:33 version 1.48, 2002/03/18 17:50:31
Line 40 
Line 40 
 #include "mac.h"  #include "mac.h"
 #include "match.h"  #include "match.h"
 #include "dispatch.h"  #include "dispatch.h"
   #include "monitor.h"
   
 #define KEX_COOKIE_LEN  16  #define KEX_COOKIE_LEN  16
   
   /* Use privilege separation for sshd */
   int use_privsep;
   struct monitor *monitor;
   
   
 /* prototype */  /* prototype */
 static void kex_kexinit_finish(Kex *);  static void kex_kexinit_finish(Kex *);

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