]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
auditdistd: Request the OpenSSL 1.1 API
authorPierre Pronchery <pierre@freebsdfoundation.org>
Thu, 25 May 2023 17:44:36 +0000 (19:44 +0200)
committerEd Maste <emaste@FreeBSD.org>
Fri, 26 May 2023 13:20:27 +0000 (09:20 -0400)
commit7409d45ed4c515b80d75491492808b6b284a207b
treedacaadbbd0dfff7003c0e6591690aff3acb3c805
parentb01c10d25d06047e45c3d5dc6a4e757a9b35ab78
auditdistd: 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 change should migrate to use the OpenSSL 3.0 APIs.

PR: 271615
Reviewed by: emaste
Event: Kitchener-Waterloo Hackathon 202305
Sponsored by: The FreeBSD Foundation
usr.sbin/auditdistd/Makefile