mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
- Add new uwsgi and md modules - Fix LibreSSL 2.7.x builds - Remove conflicts for non-existent ports - There are no slave-ports - Coalesce .if WITH_DEBUG blocks - Use OPTIONS where possible - Remove dead code - Actually enable/disable modules in ALL_MODULES loop - Add suexec warning - Move Makefile.options to Makefile (too small) PR: 226647 With hat: apache Approved by: brnrd (apache) MFH: MFH2018Q1 Security: f38187e7-2f6e-11e8-8f07-b499baebfeaf
11 lines
393 B
C
11 lines
393 B
C
--- modules/ssl/ssl_private.h.orig 2018-03-23 14:22:26 UTC
|
|
+++ modules/ssl/ssl_private.h
|
|
@@ -123,7 +123,7 @@
|
|
#define MODSSL_SSL_METHOD_CONST
|
|
#endif
|
|
|
|
-#if defined(LIBRESSL_VERSION_NUMBER)
|
|
+#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L
|
|
/* Missing from LibreSSL */
|
|
#if LIBRESSL_VERSION_NUMBER < 0x2060000f
|
|
#define SSL_CTRL_SET_MIN_PROTO_VERSION 123
|