summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_null.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-10-19 01:29:04 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-12-08 13:25:38 +0000
commit916e56208b8865ed30031a07cfcc9017fc6d298d (patch)
treebb26930cd2b2bc4774f07953edb0024a68fc189d /crypto/evp/e_null.c
parentebdf37e4b1cf6e84dbbf031bdfab96206d3a6761 (diff)
remove FIPS module code from crypto/evp
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/evp/e_null.c')
-rw-r--r--crypto/evp/e_null.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/evp/e_null.c b/crypto/evp/e_null.c
index 9ca12ee243..4612db3df8 100644
--- a/crypto/evp/e_null.c
+++ b/crypto/evp/e_null.c
@@ -68,8 +68,7 @@ static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
static const EVP_CIPHER n_cipher=
{
NID_undef,
- 1,0,0,
- EVP_CIPH_FLAG_FIPS,
+ 1,0,0,0,
null_init_key,
null_cipher,
NULL,