blob: 446378218dd935449b9b95e87ca0a1b9990c2275 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- include/ap_config_auto.h.in.orig 2014-08-22 19:54:18.000000000 +0200
+++ include/ap_config_auto.h.in 2015-02-28 10:25:55.191842645 +0100
@@ -127,6 +127,12 @@
/* Define to 1 if you have the `SSL_CTX_new' function. */
#undef HAVE_SSL_CTX_NEW
+/* Define to 1 if you run LibreSSL which defines SSL_CTX_use_certificate_chain as well */
+#undef HAVE_SSL_CTX_USE_CERTIFICATE_CHAIN
+
+/* Define to 1 if your OpenSSL library supports RAND_egd */
+#undef HAVE_SSL_RAND_EGD
+
/* Define to 1 if you have the `SSL_set_cert_store' function. */
#undef HAVE_SSL_SET_CERT_STORE
|