summaryrefslogtreecommitdiffstats
path: root/crypto/cast
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/cast
parent6ed474ca66ccabdf2f0a9228693ac15701de0734 (diff)
Some more ASFLAGS settings required
PR: #735 Submitted by: Tim Rice <tim@multitalents.net>
Diffstat (limited to 'crypto/cast')
-rw-r--r--crypto/cast/Makefile.ssl1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/cast/Makefile.ssl b/crypto/cast/Makefile.ssl
index 70c47bf8e6..d1b2bafd38 100644
--- a/crypto/cast/Makefile.ssl
+++ b/crypto/cast/Makefile.ssl
@@ -25,6 +25,7 @@ CAST_ENC=c_enc.o
#CAST_ENC=asm/cx86bdsi.o
CFLAGS= $(INCLUDES) $(CFLAG)
+ASFLAGS= $(INCLUDES) $(ASFLAG)
GENERAL=Makefile
TEST=casttest.c