https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271615
--- Comment #23 from [email protected] --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=9377240725d2d04dbbfa4758828982d25782c923 commit 9377240725d2d04dbbfa4758828982d25782c923 Author: Pierre Pronchery <[email protected]> AuthorDate: 2023-05-25 07:26:58 +0000 Commit: Martin Matuska <[email protected]> CommitDate: 2024-05-04 11:53:07 +0000 libarchive: Request the OpenSSL 1.1 API OPENSSL_API_COMPAT can be used to specify the OpenSSL API version in use for the purpose of hiding deprecated interfaces and enabling the appropriate deprecation notices. This change is a NFC while we're still using OpenSSL 1.1.1 but will avoid deprecation warnings upon the switch to OpenSSL 3.0. A future update should migrate to use the OpenSSL 3.0 APIs. PR: 271615 Reviewed by: emaste Event: Kitchener-Waterloo Hackathon 202305 Sponsored by: The FreeBSD Foundation (cherry picked from commit 5a7500dab9b8480dacd5a9b70bad1541391342e4) lib/libarchive/Makefile.inc | 1 + 1 file changed, 1 insertion(+) -- You are receiving this mail because: You are the assignee for the bug.
