PR: 2737
[openssl.git] / crypto / evp / e_null.c
index 7cf50e1416583dbd239163b1a0a0c0cc48f8e614..067a03cc5971f7072729684691b121d8f58f38d7 100644 (file)
@@ -69,7 +69,7 @@ static const EVP_CIPHER n_cipher=
        {
        NID_undef,
        1,0,0,
-       0,
+       EVP_CIPH_FLAG_FIPS,
        null_init_key,
        null_cipher,
        NULL,