diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-05-22 13:56:16 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-05-22 17:23:50 +0000 |
| commit | cbe037c970580efc40eeca4715ac51e4d0fea082 (patch) | |
| tree | 89f1cc32fa12431c74e264b51482220bdaa53d16 | |
| parent | e030e4e73fe77f3626f6468e89219deed316553d (diff) | |
ldns: Belatedly update for OpenSSL 3.0.0
MFC after: 1 week
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D57168
| -rw-r--r-- | contrib/ldns/ldns/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
