Prepare for 0.9.8j release.
[oweals/openssl.git] / crypto / evp / e_null.c
index 5205259f18ca2249a5cfaaef1140b6df8b4d2c4b..0872d733e475f04668efbc30df2ef7bcd469a07b 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,