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

Diff for /src/usr.bin/ssh/ssh-keysign.c between version 1.23 and 1.24

version 1.23, 2006/04/02 08:34:52 version 1.24, 2006/07/06 16:03:53
Line 24 
Line 24 
  */   */
 #include "includes.h"  #include "includes.h"
   
 #include <paths.h>  #include <sys/types.h>
   
 #include <openssl/evp.h>  #include <openssl/evp.h>
 #include <openssl/rand.h>  #include <openssl/rand.h>
 #include <openssl/rsa.h>  #include <openssl/rsa.h>
   
   #include <paths.h>
   #include <pwd.h>
   
 #include "log.h"  #include "log.h"
 #include "key.h"  #include "key.h"

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24