mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
11 lines
443 B
C
11 lines
443 B
C
--- modules/ssl/ssl_engine_init.c.orig 2018-02-13 23:43:36 UTC
|
|
+++ modules/ssl/ssl_engine_init.c
|
|
@@ -547,7 +547,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
|
|
|