openssl_sys

Function assume_init

source
pub unsafe fn assume_init()
Expand description

Disable explicit initialization of the openssl libs.

This is only appropriate to use if the openssl crate is being consumed by an application that will be performing the initialization explicitly.

ยงSafety

In some versions of openssl, skipping initialization will fall back to the default procedure while other will cause difficult to debug errors so care must be taken when calling this.