On 5/31/23 9:20 AM, Ed Maste wrote:
The branch main has been updated by emaste:
URL:
https://cgit.FreeBSD.org/src/commit/?id=8e7a31b65f9ab0210b9648211a4f5268e2680058
commit 8e7a31b65f9ab0210b9648211a4f5268e2680058
Author: Ed Maste <ema...@freebsd.org>
AuthorDate: 2023-05-31 14:17:52 +0000
Commit: Ed Maste <ema...@freebsd.org>
CommitDate: 2023-05-31 16:20:34 +0000
decryptcore: update for OpenSSL 1.1 API
ERR_load_crypto_strings is deprecated in OpenSSL 1.1, and OpenSSL 1.1
generally does not require explicit initialization. However, we do need
to ensure that initialization is done before entering capability mode so
call OPENSSL_init_crypto instead. Also include header needed for
ERR_error_string.
Reviewed by: vangyzen
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D40343
Somewhat related, do we want to add a TODO for later to remove pre-1.1 OpenSSL
compat from the base system after the 3.0 update has settled down?
--
John Baldwin