diff options
Diffstat (limited to 'crypto/evp/e_null.c')
-rw-r--r-- | crypto/evp/e_null.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/e_null.c b/crypto/evp/e_null.c index 5205259f18ca..0872d733e475 100644 --- a/crypto/evp/e_null.c +++ b/crypto/evp/e_null.c @@ -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, |