remove FIPS module code from crypto/evp
[openssl.git] / crypto / evp / e_null.c
index 9ca12ee2439455b24e5941efc93eda5f919b97c6..4612db3df84c06c81af736e96bd2dd1a7e2ee156 100644 (file)
@@ -68,8 +68,7 @@ static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
 static const EVP_CIPHER n_cipher=
        {
        NID_undef,
-       1,0,0,
-       EVP_CIPH_FLAG_FIPS,
+       1,0,0,0,
        null_init_key,
        null_cipher,
        NULL,