From 114c8e220bc29604e6220bff45e95807eb1445d6 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 12 Apr 2011 23:59:05 +0000 Subject: Use consistent FIPS tarball name. Add XTS to FIPS build. Hide XTS symbol names. --- Makefile.fips | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.fips') 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 \ -- cgit v1.2.3