Further synchronisation with Unix
[oweals/openssl.git] / crypto / evp / e_null.c
index 698a8e379c9ba8d2cee6c4255cbad2a085e7ddfb..0872d733e475f04668efbc30df2ef7bcd469a07b 100644 (file)
@@ -69,13 +69,14 @@ static const EVP_CIPHER n_cipher=
        {
        NID_undef,
        1,0,0,
-       0,
+       EVP_CIPH_FLAG_FIPS,
        null_init_key,
        null_cipher,
        NULL,
        0,
        NULL,
        NULL,
+       NULL,
        NULL
        };