summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/e_null.c')
-rw-r--r--crypto/evp/e_null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/e_null.c b/crypto/evp/e_null.c
index 7cf50e1416..067a03cc59 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,