26#ifndef __MOD_SSL_OPENSSL_H__
27#define __MOD_SSL_OPENSSL_H__
33#include <openssl/opensslv.h>
34#if OPENSSL_VERSION_NUMBER >= 0x30000000
35#include <openssl/macros.h>
37#if OPENSSL_VERSION_NUMBER >= 0x10001000
39#define OPENSSL_NO_SSL_INTERN
41#include <openssl/ssl.h>
42#include <openssl/evp.h>
43#include <openssl/x509.h>
apr_brigade_flush void * ctx
#define APR_DECLARE_EXTERNAL_HOOK(ns, link, ret, name, args)
apr_vformatter_buff_t * c
SSL extension module for Apache.
Structure to store things which are per connection.
A structure to store information for each virtual server.