From 040b64f60a4bbcc0da4521847e0526132b3aaac1 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 22 Jan 2002 23:10:04 +1100 Subject: - markus@cvs.openbsd.org 2001/12/27 18:26:13 [authfile.c] missing include --- ChangeLog | 5 ++++- authfile.c | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4065ce5bd..894ad539d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -42,6 +42,9 @@ - stevesk@cvs.openbsd.org 2001/12/27 18:22:53 [sshd.8] clarify -p; ok markus@ + - markus@cvs.openbsd.org 2001/12/27 18:26:13 + [authfile.c] + missing include 20020121 - (djm) Rework ssh-rand-helper: @@ -7189,4 +7192,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1734 2002/01/22 12:09:41 djm Exp $ +$Id: ChangeLog,v 1.1735 2002/01/22 12:10:04 djm Exp $ diff --git a/authfile.c b/authfile.c index cd600362a..7026e24c4 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 #include @@ -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[] = -- cgit v1.2.3