mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
Postfix 3.6 requires minimum OpenSSL 1.1.1, this port is an alternative for FreeBSD 11 users using 'OpenSSL base' and will be removed if FreeBSD 11 is EoL
11 lines
396 B
C
11 lines
396 B
C
--- src/tls/tls_certkey.c.orig 2019-03-07 23:57:10 UTC
|
|
+++ src/tls/tls_certkey.c
|
|
@@ -144,7 +144,7 @@ static void init_pem_load_state(pem_load
|
|
|
|
/* use_chain - load cert, key and chain into ctx or ssl */
|
|
|
|
-#if OPENSSL_VERSION_NUMBER >= 0x1010100fUL
|
|
+#if OPENSSL_VERSION_NUMBER >= 0x1010100fUL && !defined(LIBRESSL_VERSION_NUMBER)
|
|
static int use_chain(pem_load_state_t *st)
|
|
{
|
|
int ret;
|