git: 902dc544cc58 - main - Revert "Require the OpenSSL 1.1 APIs when compiling ldns"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 May 2023 19:01:32 UTC
The branch main has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=902dc544cc5859e24c727126e45416133c1c6d46 commit 902dc544cc5859e24c727126e45416133c1c6d46 Author: Enji Cooper <ngie@FreeBSD.org> AuthorDate: 2023-05-20 19:00:34 +0000 Commit: Enji Cooper <ngie@FreeBSD.org> CommitDate: 2023-05-20 19:00:34 +0000 Revert "Require the OpenSSL 1.1 APIs when compiling ldns" This particular change appears to have broken the build; the change needs some massaging to work with OpenSSL 1.1. This reverts commit c6750ddec9177b67bb4883717933e87ac24a3a44. --- lib/libldns/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libldns/Makefile b/lib/libldns/Makefile index df75e403e7d5..40efe0ff0fda 100644 --- a/lib/libldns/Makefile +++ b/lib/libldns/Makefile @@ -10,7 +10,6 @@ LIB= ldns PRIVATELIB= true CFLAGS+= -I${LDNSDIR} -CFLAGS+= -DOPENSSL_API_COMPAT=0x10100000L SRCS= buffer.c dane.c dname.c dnssec.c dnssec_sign.c dnssec_verify.c \ dnssec_zone.c duration.c error.c higher.c host2str.c host2wire.c \