summaryrefslogtreecommitdiff
path: root/Makefile.fips
diff options
context:
space:
mode:
authorsteve <steve>2011-06-20 19:48:43 +0000
committersteve <steve>2011-06-20 19:48:43 +0000
commit2d8abf089bf9f9991feb40b15b126ecaf4e1888c (patch)
tree0c8d409c6b4bf41a36e68059b792a0268209b7fa /Makefile.fips
parentd3ffdbcdc64da9b33f792b70125318a5567869c2 (diff)
downloadopenssl-2d8abf089bf9f9991feb40b15b126ecaf4e1888c.tar.gz
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 619b9cd3a..e60a728dc 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 \