]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Require the OpenSSL 1.1 APIs when compiling ldns
authorEnji Cooper <ngie@FreeBSD.org>
Sat, 13 May 2023 02:38:18 +0000 (19:38 -0700)
committerEnji Cooper <ngie@FreeBSD.org>
Sat, 20 May 2023 18:41:24 +0000 (11:41 -0700)
commitc6750ddec9177b67bb4883717933e87ac24a3a44
tree1fc86869087ca26b80db951d44b4ccfbd2c3a380
parentc98146ae229cc60834bfbecc229f2f7725e458d0
Require the OpenSSL 1.1 APIs when compiling ldns

Moving the APIs from OpenSSL 1.1 supporting APIs to 3.x supporting APIs
is a non-trivial effort. Require 1.1 API compatibility to unblock
updating OpenSSL in base to 3.x.

This mirrors what upstream has done in their configure.ac file.

Submitted by: Pierre Pronchery <pierre@freebsdfoundation.org>
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D40082
lib/libldns/Makefile