EVP_CIPH_FLAG_NON_FIPS_ALLOW

Allow non FIPS cipher in FIPS mode

extern (C) nothrow @nogc
enum EVP_CIPH_FLAG_NON_FIPS_ALLOW = 0x8000;

Meta