From 9ebc37e667704041f9d31f916f41e7d2e0b3feb0 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 20 Jun 2011 19:48:44 +0000 Subject: add null cipher to FIPS module --- crypto/evp/e_null.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/evp/e_null.c') 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, -- cgit v1.2.3