diff options
Diffstat (limited to 'authfile.c')
-rw-r--r-- | authfile.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/authfile.c b/authfile.c index 8d39e32e4..aa898c725 100644 --- a/authfile.c +++ b/authfile.c @@ -36,7 +36,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: authfile.c,v 1.26 2001/01/28 22:27:05 stevesk Exp $"); +RCSID("$OpenBSD: authfile.c,v 1.27 2001/02/08 19:30:51 itojun Exp $"); #include <openssl/err.h> #include <openssl/evp.h> @@ -49,6 +49,7 @@ RCSID("$OpenBSD: authfile.c,v 1.26 2001/01/28 22:27:05 stevesk Exp $"); #include "key.h" #include "ssh.h" #include "log.h" +#include "authfile.h" /* Version identification string for identity files. */ static const char authfile_id_string[] = |