aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-03 12:47:56 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-03 12:47:56 +0000
commitc2a459315a48762c23b81dafaf79e8f7fd9d5020 (patch)
tree0ebfd3c199877f8c97690211c4dec14b3abbcbdd /Makefile.org
parente2b798c8b329d88e4f38ca4f5c4445eddcfad4ca (diff)
downloadopenssl-c2a459315a48762c23b81dafaf79e8f7fd9d5020.tar.gz
Use single X931 key generation source file for FIPS and non-FIPS builds.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.org b/Makefile.org
index 0f772b93f9..b608f710e9 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -333,6 +333,7 @@ FIPS_EX_OBJ= ../crypto/aes/aes_cfb.o \
../crypto/rsa/rsa_pss.o \
../crypto/rsa/rsa_ssl.o \
../crypto/rsa/rsa_x931.o \
+ ../crypto/rsa/rsa_x931g.o \
../crypto/sha/sha1dgst.o \
../crypto/sha/sha256.o \
../crypto/sha/sha512.o \