From: Ryan Bloom Date: Mon, 20 Aug 2001 22:30:17 +0000 (+0000) Subject: Add the openssl/include/openssl directory to the INCLUDES variable. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89d72b8bed4041e264ce6cb28f3d7bd7014bc6ef;p=thirdparty%2Fapache%2Fhttpd.git Add the openssl/include/openssl directory to the INCLUDES variable. This allows us to remove the openssl from the #include lines in the mod_ssl files. This makes it easier to use a different SSL library, with fewer changes to the mod_ssl files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90435 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/mod_ssl.h b/mod_ssl.h index bb3739f474a..3e72fc19d81 100644 --- a/mod_ssl.h +++ b/mod_ssl.h @@ -104,16 +104,16 @@ #include /* OpenSSL headers */ -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include #ifdef SSL_EXPERIMENTAL_ENGINE -#include +#include #endif /* Apache headers */