FreeBSD Bugzilla – Attachment 198410 Details for
Bug 232481
mail/opendkim: Fails to build with LibreSSL 2.8.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix build with libressl
20181020-opendkim.diff (text/plain), 818 bytes, created by
Daniel Austin
on 2018-10-20 18:12:13 UTC
(
hide
)
Description:
fix build with libressl
Filename:
MIME Type:
Creator:
Daniel Austin
Created:
2018-10-20 18:12:13 UTC
Size:
818 bytes
patch
obsolete
>diff -ruN mail/opendkim.orig/files/patch-opendkim_opendkim-crypto.c mail/opendkim/files/patch-opendkim_opendkim-crypto.c >--- mail/opendkim.orig/files/patch-opendkim_opendkim-crypto.c 2018-10-12 17:15:24.205727000 +0100 >+++ mail/opendkim/files/patch-opendkim_opendkim-crypto.c 2018-10-20 19:09:24.096661000 +0100 >@@ -4,7 +4,7 @@ > { > assert(pthread_setspecific(id_key, ptr) == 0); > >-+#if OPENSSL_VERSION_NUMBER >= 0x10100000 >++#if (OPENSSL_VERSION_NUMBER >= 0x10100000 && !defined(LIBRESSL_VERSION_NUMBER)) > + OPENSSL_thread_stop(); > +#else > ERR_remove_state(0); >@@ -16,7 +16,7 @@ > { > if (crypto_init_done) > { >-+#if OPENSSL_VERSION_NUMBER >= 0x10100000 >++#if (OPENSSL_VERSION_NUMBER >= 0x10100000 && !defined(LIBRESSL_VERSION_NUMBER)) > + OPENSSL_thread_stop(); > +#else > CRYPTO_cleanup_all_ex_data();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
freebsd-ports
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 232481
: 198410