summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-09-09 14:21:19 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-09-09 14:21:19 +0000
commitc5ac6eb06e19f5bf8f3975ea975141a9d136f2a6 (patch)
tree5eafce59308564d97a0e944493327d292ea85ccb /usr.sbin/httpd
parent4f97c691d3ab3ecd99524c5a31d5df3066accbfc (diff)
move OpenSSL include up
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r--usr.sbin/httpd/src/main/http_main.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.sbin/httpd/src/main/http_main.c b/usr.sbin/httpd/src/main/http_main.c
index ff9e1a7364e..b6c22b06afb 100644
--- a/usr.sbin/httpd/src/main/http_main.c
+++ b/usr.sbin/httpd/src/main/http_main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: http_main.c,v 1.24 2002/09/08 17:14:57 markus Exp $ */
+/* $OpenBSD: http_main.c,v 1.25 2002/09/09 14:21:18 henning Exp $ */
/* ====================================================================
* The Apache Software License, Version 1.1
@@ -125,6 +125,9 @@ int ap_main(int argc, char *argv[]);
#ifdef HAVE_BSTRING_H
#include <bstring.h> /* for IRIX, FD_SET calls bzero() */
#endif
+#ifdef MOD_SSL
+#include <openssl/evp.h>
+#endif
#ifdef MULTITHREAD
/* special debug stuff -- PCS */
@@ -205,10 +208,6 @@ caddr_t create_shared_heap(const char *, size_t);
caddr_t get_shared_heap(const char *);
#endif
-#ifdef MOD_SSL
-#include <openssl/evp.h>
-#endif
-
DEF_Explain
/* Defining GPROF when compiling uses the moncontrol() function to