aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rc5
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2003-12-01 08:12:47 +0000
committerLutz Jänicke <jaenicke@openssl.org>2003-12-01 08:12:47 +0000
commit0bf1c1d80d37ba2358aa38e27d2262c5bd9b6201 (patch)
treeff9aea7a85e24cf6cbfe216fb28c21a61d99b6d3 /crypto/rc5
parent6ed474ca66ccabdf2f0a9228693ac15701de0734 (diff)
downloadopenssl-0bf1c1d80d37ba2358aa38e27d2262c5bd9b6201.tar.gz
Some more ASFLAGS settings required
PR: #735 Submitted by: Tim Rice <tim@multitalents.net>
Diffstat (limited to 'crypto/rc5')
-rw-r--r--crypto/rc5/Makefile.ssl1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/rc5/Makefile.ssl b/crypto/rc5/Makefile.ssl
index fcdeb1e81e..915916b7f4 100644
--- a/crypto/rc5/Makefile.ssl
+++ b/crypto/rc5/Makefile.ssl
@@ -22,6 +22,7 @@ RC5_ENC= rc5_enc.o
#DES_ENC= r586-elf.o
CFLAGS= $(INCLUDES) $(CFLAG)
+ASFLAGS= $(INCLUDES) $(ASFLAG)
GENERAL=Makefile
TEST=rc5test.c