From: Damien Miller Date: Tue, 4 Apr 2000 04:52:38 +0000 (+1000) Subject: Include fix X-Git-Tag: V_1_2_3_TEST3~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2acd082bc97f0f6d0a8ca510d3945b4262922ed3;p=thirdparty%2Fopenssh-portable.git Include fix --- diff --git a/dsa.c b/dsa.c index 99d8ceaf9..eeb4ead10 100644 --- a/dsa.c +++ b/dsa.c @@ -28,7 +28,7 @@ */ #include "includes.h" -RCSID("$Id: dsa.c,v 1.1 2000/04/03 20:06:14 markus Exp $"); +RCSID("$Id: dsa.c,v 1.1 2000/04/04 04:39:01 damien Exp $"); #include "ssh.h" #include "xmalloc.h" @@ -44,6 +44,7 @@ RCSID("$Id: dsa.c,v 1.1 2000/04/03 20:06:14 markus Exp $"); # include # include # include +# include #endif /* HAVE_OPENSSL */ #if HAVE_SSL # include @@ -53,9 +54,9 @@ RCSID("$Id: dsa.c,v 1.1 2000/04/03 20:06:14 markus Exp $"); # include # include # include +# include #endif /* HAVE_SSL */ -#include #include "kex.h" #include "key.h"