HomeFreeBSD

dma: use OpenSSL 1.1 init API

Description

dma: use OpenSSL 1.1 init API

The SSL_library_init() and OpenSSL_add_ssl_algorithms() functions were
deprecated in OpenSSL 1.1.0 by OPENSSL_init_ssl().

and

The ERR_load_crypto_strings(), SSL_load_error_strings(), and
ERR_free_strings() functions were deprecated in OpenSSL 1.1.0 by
OPENSSL_init_crypto() and OPENSSL_init_ssl() and should not be used.

Reviewed by: ngie
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D40065

Details

Provenance
emasteAuthored on May 11 2023, 2:44 PM
Reviewer
ngie
Differential Revision
D40065: dma: use OpenSSL 1.1 init API
Parents
rG910a83438358: LinuxKPI: 802.11: fix IEEE80211_TX_INFO_DRIVER_DATA_SIZE
Branches
Unknown
Tags
Unknown