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

Diff for /src/usr.bin/ssh/monitor.c between version 1.64 and 1.65

version 1.64, 2005/10/13 22:24:31 version 1.65, 2006/02/08 12:15:27
Line 27 
Line 27 
 #include "includes.h"  #include "includes.h"
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
 #include <openssl/dh.h>  #include <paths.h>
   
 #ifdef SKEY  #ifdef SKEY
 #include <skey.h>  #include <skey.h>
 #endif  #endif
   
   #include <openssl/dh.h>
   
 #include "ssh.h"  #include "ssh.h"
 #include "auth.h"  #include "auth.h"

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65