The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=cbe037c970580efc40eeca4715ac51e4d0fea082
commit cbe037c970580efc40eeca4715ac51e4d0fea082 Author: Dag-Erling Smørgrav <[email protected]> AuthorDate: 2026-05-22 13:56:16 +0000 Commit: Dag-Erling Smørgrav <[email protected]> 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
