summaryrefslogtreecommitdiffstats
path: root/crypto/rc5
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2003-12-01 08:12:01 +0000
committerLutz Jänicke <jaenicke@openssl.org>2003-12-01 08:12:01 +0000
commit67e5d33dd751be5d558c4175e6191cd207ebc807 (patch)
tree2d579b944285e82448c2b24760b28ef74b25b411 /crypto/rc5
parentda17495b65587aca623f4502d2baad19e6550055 (diff)
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 3ad6655946..e7af80f0c0 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