diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-12-27 18:26:14 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-12-27 18:26:14 +0000 |
commit | 54440b2f1a69e9a1135857d8ddbd236a16861d90 (patch) | |
tree | 370afd5296d23f99f2db43325d505c8bf75290b0 /usr.bin | |
parent | bacda7cdc5ad63a478c94ef08dd9c97cd08b7d8f (diff) |
missing include
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/authfile.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/authfile.c b/usr.bin/ssh/authfile.c index fdaa2061fcd..91699e1203a 100644 --- a/usr.bin/ssh/authfile.c +++ b/usr.bin/ssh/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[] = |