From cab759659e1eaa699a200f9aa16d1604a6f8d7cc Mon Sep 17 00:00:00 2001 From: hniksic Date: Wed, 6 Dec 2000 09:18:14 -0800 Subject: [PATCH] [svn] Move inclusion of gen_ssl.h below Wget's headers. --- src/http.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/http.c b/src/http.c index e3411874..24785b0b 100644 --- a/src/http.c +++ b/src/http.c @@ -44,10 +44,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ # endif #endif -#ifdef HAVE_SSL -#include "gen_sslfunc.h" -#endif /* HAVE_SSL */ - #ifdef WINDOWS # include #endif @@ -65,6 +61,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #if USE_DIGEST # include "md5.h" #endif +#ifdef HAVE_SSL +# include "gen_sslfunc.h" +#endif /* HAVE_SSL */ extern char *version_string; -- 2.39.2