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>
80 (
conn_rec *c,
const char *server_name,
81 X509 **pcert, EVP_PKEY **pkey))
93 X509 *cert, X509 *issuer))
112 (
unsigned char **pder,
int *pderlen,
#define APR_DECLARE_EXTERNAL_HOOK(ns, link, ret, name, args)
Definition: apr_hooks.h:118
const char * s
Definition: mod_dav.h:1327
struct apr_pool_t apr_pool_t
Definition: apr_pools.h:60
SSL extension module for Apache.
Structure to store things which are per connection.
Definition: httpd.h:1193
A structure to store information for each virtual server.
Definition: httpd.h:1382