diff options
| author | Olli Hauer <ohauer@FreeBSD.org> | 2019-04-19 18:53:13 +0000 |
|---|---|---|
| committer | Olli Hauer <ohauer@FreeBSD.org> | 2019-04-19 18:53:13 +0000 |
| commit | 56228e8fd2b8daf866b0df439b3e888993b8528c (patch) | |
| tree | 8e9ad0546658ec48414d8ac34bbe8d520f1d284c /mail/postfix/files/patch-src_tls_tls__certkey.c | |
| parent | fcecc02117190143008f6f113fcfe5a6d6c0e2d8 (diff) | |
Notes
Diffstat (limited to 'mail/postfix/files/patch-src_tls_tls__certkey.c')
| -rw-r--r-- | mail/postfix/files/patch-src_tls_tls__certkey.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/postfix/files/patch-src_tls_tls__certkey.c b/mail/postfix/files/patch-src_tls_tls__certkey.c new file mode 100644 index 000000000000..b34b8efd2be6 --- /dev/null +++ b/mail/postfix/files/patch-src_tls_tls__certkey.c @@ -0,0 +1,11 @@ +--- 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; |
