summaryrefslogtreecommitdiffstats
path: root/authfile.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-01-22 23:10:04 +1100
committerDamien Miller <djm@mindrot.org>2002-01-22 23:10:04 +1100
commit040b64f60a4bbcc0da4521847e0526132b3aaac1 (patch)
tree4cfe4b953cb1086f8e3a24bb423a9f6e07ebab0c /authfile.c
parent7d1ded4972b7143edf1cc4d051cb90b858da1531 (diff)
- markus@cvs.openbsd.org 2001/12/27 18:26:13
[authfile.c] missing include
Diffstat (limited to 'authfile.c')
-rw-r--r--authfile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/authfile.c b/authfile.c
index cd600362..7026e24c 100644
--- a/authfile.c
+++ b/authfile.c
@@ -36,7 +36,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: authfile.c,v 1.43 2001/12/27 18:22:16 markus Exp $");
+RCSID("$OpenBSD: authfile.c,v 1.44 2001/12/27 18:26:13 markus Exp $");
#include <openssl/err.h>
#include <openssl/evp.h>
@@ -50,6 +50,7 @@ RCSID("$OpenBSD: authfile.c,v 1.43 2001/12/27 18:22:16 markus Exp $");
#include "ssh.h"
#include "log.h"
#include "authfile.h"
+#include "rsa.h"
/* Version identification string for SSH v1 identity files. */
static const char authfile_id_string[] =