Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 May 2026 17:24:13 +0000
From:      Dag-Erling=?utf-8?Q? Sm=C3=B8rg?=rav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: cbe037c97058 - main - ldns: Belatedly update for OpenSSL 3.0.0
Message-ID:  <6a10913d.362a2.72b82976@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=cbe037c970580efc40eeca4715ac51e4d0fea082

commit cbe037c970580efc40eeca4715ac51e4d0fea082
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2026-05-22 13:56:16 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-05-22 17:23:50 +0000

    ldns: Belatedly update for OpenSSL 3.0.0
    
    MFC after:      1 week
    Reviewed by:    emaste
    Differential Revision:  https://reviews.freebsd.org/D57168
---
 contrib/ldns/ldns/config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/ldns/ldns/config.h b/contrib/ldns/ldns/config.h
index 3ac94403296f..0fe9f2c3dbce 100644
--- a/contrib/ldns/ldns/config.h
+++ b/contrib/ldns/ldns/config.h
@@ -118,7 +118,7 @@
 #define HAVE_EVP_PKEY_BASE_ID 1
 
 /* Define to 1 if you have the `EVP_PKEY_get_base_id' function. */
-/* #undef HAVE_EVP_PKEY_GET_BASE_ID */
+#define HAVE_EVP_PKEY_GET_BASE_ID 1
 
 /* Define to 1 if you have the `EVP_PKEY_keygen' function. */
 #define HAVE_EVP_PKEY_KEYGEN 1


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a10913d.362a2.72b82976>