aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-06-01 14:07:32 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-06-01 14:07:32 +0000
commitbce1af776247fee153223ea156228810779483ce (patch)
tree5ed976d9005c98bbe503bcda557a8a954fccd45b /Makefile.fips
parent654ac273c10923c684d01a2f0ba15b6b190bf68d (diff)
downloadopenssl-bce1af776247fee153223ea156228810779483ce.tar.gz
Add DSA and ECDSA "clone digests" to module for compatibility with old
applications.
Diffstat (limited to 'Makefile.fips')
-rw-r--r--Makefile.fips3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.fips b/Makefile.fips
index 61a644222e..5d0aca0a3e 100644
--- a/Makefile.fips
+++ b/Makefile.fips
@@ -330,6 +330,9 @@ FIPS_EX_OBJ= ../crypto/aes/aes_cfb.o \
../crypto/evp/e_aes.o \
../crypto/evp/e_des3.o \
../crypto/evp/m_sha1.o \
+ ../crypto/evp/m_dss1.o \
+ ../crypto/evp/m_dss.o \
+ ../crypto/evp/m_ecdsa.o \
../crypto/hmac/hmac.o \
../crypto/modes/cbc128.o \
../crypto/modes/ccm128.o \