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

Diff for /src/usr.bin/ssh/ssh-keygen.c between version 1.146 and 1.147

version 1.146, 2006/07/06 16:22:39 version 1.147, 2006/07/09 15:15:11
Line 20 
Line 20 
 #include <openssl/evp.h>  #include <openssl/evp.h>
 #include <openssl/pem.h>  #include <openssl/pem.h>
   
   #include <fcntl.h>
 #include <pwd.h>  #include <pwd.h>
   
 #include "xmalloc.h"  #include "xmalloc.h"

Legend:
Removed from v.1.146  
changed lines
  Added in v.1.147