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

Diff for /src/usr.bin/ssh/authfile.c between version 1.24 and 1.25

version 1.24, 2000/12/20 19:26:56 version 1.25, 2001/01/21 19:05:44
Line 38 
Line 38 
 #include "includes.h"  #include "includes.h"
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
 #include <openssl/bn.h>  
 #include <openssl/dsa.h>  
 #include <openssl/rsa.h>  
 #include <openssl/err.h>  #include <openssl/err.h>
 #include <openssl/pem.h>  
 #include <openssl/evp.h>  #include <openssl/evp.h>
   #include <openssl/pem.h>
   
   #include "cipher.h"
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "buffer.h"  #include "buffer.h"
 #include "bufaux.h"  #include "bufaux.h"
 #include "ssh.h"  
 #include "key.h"  #include "key.h"
   #include "ssh.h"
   #include "log.h"
   
 /* Version identification string for identity files. */  /* Version identification string for identity files. */
 #define AUTHFILE_ID_STRING "SSH PRIVATE KEY FILE FORMAT 1.1\n"  #define AUTHFILE_ID_STRING "SSH PRIVATE KEY FILE FORMAT 1.1\n"

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