summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_null.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-06-20 19:48:44 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-06-20 19:48:44 +0000
commit9ebc37e667704041f9d31f916f41e7d2e0b3feb0 (patch)
treeecdc73c23fedfa85f7751fcb80d2cdf1d75b58e5 /crypto/evp/e_null.c
parenta2ab6986e43e60c980561b6865d8cf986d9e021d (diff)
add null cipher to FIPS module
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,