[][src]Function openssl::fips::enable

pub fn enable(enabled: bool) -> Result<(), ErrorStack>

Moves the library into or out of the FIPS 140-2 mode of operation.

This corresponds to FIPS_mode_set.