summaryrefslogtreecommitdiffstats
path: root/Makefile.fips
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 /Makefile.fips
parenta2ab6986e43e60c980561b6865d8cf986d9e021d (diff)
add null cipher to FIPS module
Diffstat (limited to 'Makefile.fips')
-rw-r--r--Makefile.fips1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.fips b/Makefile.fips
index 619b9cd3ae..e60a728dc3 100644
--- a/Makefile.fips
+++ b/Makefile.fips
@@ -329,6 +329,7 @@ FIPS_EX_OBJ= ../crypto/aes/aes_cfb.o \
../crypto/ecdsa/ecs_ossl.o \
../crypto/evp/e_aes.o \
../crypto/evp/e_des3.o \
+ ../crypto/evp/e_null.o \
../crypto/evp/m_sha1.o \
../crypto/evp/m_dss1.o \
../crypto/evp/m_dss.o \