1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-30 20:03:10 +03:00

OpenSSL should be included as "openssl/ssl.h" and not "ssl.h" (and rely on the

INCLUDE path to be defined properly)

PR: 11310
Submitted by: Geoff Thrope <geoff@geoffthrope.net>
Reviewed by: Madhusudan Mathihalli


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99008 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Madhusudan Mathihalli
2003-03-14 02:20:50 +00:00
parent 415283e60a
commit aea3ed09fb
3 changed files with 25 additions and 24 deletions

View File

@ -107,24 +107,8 @@
#define MOD_SSL_VERSION AP_SERVER_BASEREVISION
/* OpenSSL headers */
#include <ssl.h>
#include <err.h>
#include <x509.h>
#include <pem.h>
#include <crypto.h>
#include <evp.h>
#include <rand.h>
#ifdef SSL_EXPERIMENTAL_ENGINE
#include <engine.h>
#endif
#include "ssl_toolkit_compat.h"
#ifdef HAVE_SSL_X509V3_H
#include <x509v3.h>
#endif
/* mod_ssl headers */
#include "ssl_expr.h"
#include "ssl_util_ssl.h"