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

Diff for /src/usr.bin/ssh/monitor_wrap.c between version 1.45 and 1.46

version 1.45, 2006/03/30 09:58:15 version 1.46, 2006/07/06 16:03:53
Line 27 
Line 27 
   
 #include "includes.h"  #include "includes.h"
   
   #include <sys/types.h>
   
 #include <openssl/bn.h>  #include <openssl/bn.h>
 #include <openssl/dh.h>  #include <openssl/dh.h>
   
   #include <pwd.h>
   
 #include "ssh.h"  #include "ssh.h"
 #include "dh.h"  #include "dh.h"

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46