mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
create bsd12 branch
This commit is contained in:
12
net/apache/files/patch-modules_ssl_ssl__engine__init.c
Normal file
12
net/apache/files/patch-modules_ssl_ssl__engine__init.c
Normal file
@@ -0,0 +1,12 @@
|
||||
--- modules/ssl/ssl_engine_init.c.orig 2018-02-13 23:43:36 UTC
|
||||
+++ modules/ssl/ssl_engine_init.c
|
||||
@@ -546,7 +546,7 @@ static apr_status_t ssl_init_ctx_protoco
|
||||
char *cp;
|
||||
int protocol = mctx->protocol;
|
||||
SSLSrvConfigRec *sc = mySrvConfig(s);
|
||||
-#if OPENSSL_VERSION_NUMBER >= 0x10100000L
|
||||
+#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !(defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L)
|
||||
int prot;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user