summaryrefslogtreecommitdiffstats
path: root/crypto/rijndael
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2001-02-06 14:09:13 +0000
committerBen Laurie <ben@openssl.org>2001-02-06 14:09:13 +0000
commit259810e05bfcb465469a326cbfb939661a2fbcb9 (patch)
treed1d0e9f496dc18d640caad8eae5ef3c93190ef49 /crypto/rijndael
parent171cc53a962533f284b8f1f4cf5d92f6bca3b3e0 (diff)
Rijdael CBC mode and partial undebugged SSL support.
Diffstat (limited to 'crypto/rijndael')
-rw-r--r--crypto/rijndael/Makefile.ssl4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/rijndael/Makefile.ssl b/crypto/rijndael/Makefile.ssl
index 6ed8aa3c03..368a82c5bd 100644
--- a/crypto/rijndael/Makefile.ssl
+++ b/crypto/rijndael/Makefile.ssl
@@ -20,7 +20,7 @@ RD_ENC= rd_enc.o
# or use
#DES_ENC= bx86-elf.o
-CFLAGS= $(INCLUDES) $(CFLAG) -DINTERMEDIATE_VALUE_KAT -DBINARY_KEY_MATERIAL
+CFLAGS= -mpentiumpro $(INCLUDES) $(CFLAG) -DINTERMEDIATE_VALUE_KAT -DBINARY_KEY_MATERIAL -O3 -fexpensive-optimizations -funroll-loops -fforce-addr
GENERAL=Makefile
#TEST=rijndael-test-fst.c table.128 table.192 table.256
@@ -45,6 +45,8 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB)
@touch lib
+$(LIBOBJ): $(LIBSRC)
+
files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO