Re: git: 8e7a31b65f9a - main - decryptcore: update for OpenSSL 1.1 API
- In reply to: Ed Maste : "git: 8e7a31b65f9a - main - decryptcore: update for OpenSSL 1.1 API"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 May 2023 21:31:21 UTC
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 <emaste@FreeBSD.org> > AuthorDate: 2023-05-31 14:17:52 +0000 > Commit: Ed Maste <emaste@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