pub unsafe extern "C" fn s2n_crypto_disable_init() -> c_int
Expand description

Prevents S2N from calling OPENSSL_crypto_init/OPENSSL_cleanup/EVP_cleanup on OpenSSL versions prior to 1.1.x. This allows applications or languages that also init OpenSSL to interoperate with S2N.