summaryrefslogtreecommitdiffstats
path: root/Makefile.fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-12 23:59:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-12 23:59:05 +0000
commit114c8e220bc29604e6220bff45e95807eb1445d6 (patch)
treeb6ac0650fc03ec620552dc3f5e12b624a7ded5eb /Makefile.fips
parent32a2d8ddfebdde06bfdf4fdac54d487c5d03cbea (diff)
Use consistent FIPS tarball name.
Add XTS to FIPS build. Hide XTS symbol names.
Diffstat (limited to 'Makefile.fips')
-rw-r--r--Makefile.fips3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.fips b/Makefile.fips
index 62a7fee7b9..e4092537f3 100644
--- a/Makefile.fips
+++ b/Makefile.fips
@@ -186,7 +186,7 @@ SHARED_LDFLAGS=
GENERAL= Makefile
BASENAME= openssl
NAME= $(BASENAME)-$(VERSION)
-TARFILE= openssl-fips-test-2.0.tar
+TARFILE= openssl-fips-2.0-test.tar
WTARFILE= $(NAME)-win.tar
EXHEADER= e_os2.h
HEADER= e_os.h
@@ -338,6 +338,7 @@ FIPS_EX_OBJ= ../crypto/aes/aes_cfb.o \
../crypto/modes/ctr128.o \
../crypto/modes/gcm128.o \
../crypto/modes/ofb128.o \
+ ../crypto/modes/xts128.o \
../crypto/rsa/rsa_eay.o \
../crypto/rsa/rsa_gen.o \
../crypto/rsa/rsa_crpt.o \