[exim-cvs] More LibreSSL build fixing

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Exim Git Commits Mailing List
Date:  
À: exim-cvs
Sujet: [exim-cvs] More LibreSSL build fixing
Gitweb: https://git.exim.org/exim.git/commitdiff/ae016b1252f60fdde83749741e05104d271be1d1
Commit:     ae016b1252f60fdde83749741e05104d271be1d1
Parent:     d19310d99aebe53a7b821bfbfd664a0859b051e1
Author:     Kirill Miazine <km@???>
AuthorDate: Mon Dec 9 14:59:35 2024 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Mon Dec 9 14:59:35 2024 +0000


    More LibreSSL build fixing
---
 src/src/dane-openssl.c | 3 +++
 1 file changed, 3 insertions(+)


diff --git a/src/src/dane-openssl.c b/src/src/dane-openssl.c
index be89ff80a..5aaf6921d 100644
--- a/src/src/dane-openssl.c
+++ b/src/src/dane-openssl.c
@@ -45,6 +45,7 @@
 # if LIBRESSL_VERSION_NUMBER >= 0x3050000fL
 #  define EXIM_OPAQUE_X509        /* Exact version number uncertain */
 #  define EXIM_NO_NEED_SHA2_REGISTER
+#  define EXIM_HAVE_ASN1_MACROS
 # endif


# if LIBRESSL_VERSION_NUMBER >= 0x2090000fL
@@ -54,6 +55,8 @@
# else
# define EXIM_TRANSPARENT_CTX
# endif
+
+# define EXIM_NEED_CRYPTO_INIT
#endif

#ifdef EXIM_TRANSPARENT_CTX

--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-cvs.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-cvs-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/