]> sjero.net Git - wget/commitdiff
[svn] Move inclusion of gen_ssl.h below Wget's headers.
authorhniksic <devnull@localhost>
Wed, 6 Dec 2000 17:18:14 +0000 (09:18 -0800)
committerhniksic <devnull@localhost>
Wed, 6 Dec 2000 17:18:14 +0000 (09:18 -0800)
src/http.c

index e3411874370e4d4bebb2ff5a89edfd3996996c87..24785b0be1972a76bfd1c1ace83aa65a631f8d32 100644 (file)
@@ -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 <winsock.h>
 #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;