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:
@ -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"
|
||||
|
Reference in New Issue
Block a user