HomeFreeBSD

decryptcore: update for OpenSSL 1.1 API

Description

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

Details

Provenance
emasteAuthored on May 31 2023, 2:17 PM
Reviewer
vangyzen
Differential Revision
D40343: decryptcore: update for OpenSSL 1.1 API
Parents
rG76c8f202a4f6: pf: fix pf_nv##_array() size check
Branches
Unknown
Tags
Unknown