26 #ifndef __MOD_SSL_OPENSSL_H__
27 #define __MOD_SSL_OPENSSL_H__
34 #include <openssl/opensslv.h>
35 #if (OPENSSL_VERSION_NUMBER >= 0x10001000)
37 #define OPENSSL_NO_SSL_INTERN
39 #include <openssl/ssl.h>
61 (
conn_rec *c, SSL *ssl,
int is_proxy))
Structure to store things which are per connection.
Definition: httpd.h:1116
A structure to store information for each virtual server.
Definition: httpd.h:1310
#define APR_DECLARE_EXTERNAL_HOOK(ns, link, ret, name, args)
Definition: apr_hooks.h:118
SSL extension module for Apache.
struct apr_pool_t apr_pool_t
Definition: apr_pools.h:60