PR: 2840
[openssl.git] / crypto / evp / e_null.c
index 7cf50e1416583dbd239163b1a0a0c0cc48f8e614..9ca12ee2439455b24e5941efc93eda5f919b97c6 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,
@@ -99,4 +99,3 @@ static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
                memcpy((char *)out,(const char *)in,inl);
        return 1;
        }
-