summaryrefslogtreecommitdiffstats
path: root/Makefile.org
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.org
parent654ac273c10923c684d01a2f0ba15b6b190bf68d (diff)
Add DSA and ECDSA "clone digests" to module for compatibility with old
applications.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.org b/Makefile.org
index 716cccac43..21a7a3751e 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -323,6 +323,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 \