]> andersk Git - openssh.git/blobdiff - authfile.c
Hopefully things did not get mixed around too much. It compiles under
[openssh.git] / authfile.c
index 422d080b2e1700953039db6437db16f018df5c93..c79b2d0214c6bad7660915a59a35b0ab40f2d4a5 100644 (file)
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: authfile.c,v 1.24 2000/12/20 19:26:56 markus Exp $");
+RCSID("$OpenBSD: authfile.c,v 1.25 2001/01/21 19:05:44 markus Exp $");
 
-#include <openssl/bn.h>
-#include <openssl/dsa.h>
-#include <openssl/rsa.h>
 #include <openssl/err.h>
-#include <openssl/pem.h>
 #include <openssl/evp.h>
+#include <openssl/pem.h>
 
+#include "cipher.h"
 #include "xmalloc.h"
 #include "buffer.h"
 #include "bufaux.h"
-#include "ssh.h"
 #include "key.h"
+#include "ssh.h"
+#include "log.h"
 
 /* Version identification string for identity files. */
 #define AUTHFILE_ID_STRING "SSH PRIVATE KEY FILE FORMAT 1.1\n"
This page took 0.110119 seconds and 4 git commands to generate.