diff options
| author | Mark Felder <feld@FreeBSD.org> | 2015-03-01 17:41:42 +0000 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2015-03-01 17:41:42 +0000 |
| commit | f6f2f52ecb92c4d9566353c677ff2d317ab75f98 (patch) | |
| tree | 2d71bc5135f2a868083c68273045b475ddd3d7d5 /www/apache22/files/patch-include__ap_config_auto.h.in | |
| parent | www/py-seafobj: Upgrade version 3.0.4 => 4.0.5 (diff) | |
Unbreak build with LibreSSL
PR: 196256
Diffstat (limited to 'www/apache22/files/patch-include__ap_config_auto.h.in')
| -rw-r--r-- | www/apache22/files/patch-include__ap_config_auto.h.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/apache22/files/patch-include__ap_config_auto.h.in b/www/apache22/files/patch-include__ap_config_auto.h.in new file mode 100644 index 000000000000..446378218dd9 --- /dev/null +++ b/www/apache22/files/patch-include__ap_config_auto.h.in @@ -0,0 +1,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 + |
