summaryrefslogtreecommitdiff
path: root/crypto/bf
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2003-11-16 14:38:34 +0000
committerLutz Jänicke <jaenicke@openssl.org>2003-11-16 14:38:34 +0000
commitfda5e385518b017411fce9bd5c6c76ad311c391d (patch)
tree89237deab1075c2dbca85e33280c063c2ac73988 /crypto/bf
parentac9c6e10a42ae993f5d23db35743d699e4b801a8 (diff)
downloadopenssl-new-fda5e385518b017411fce9bd5c6c76ad311c391d.tar.gz
Provide ASFLAGS in the subdirectories handling assembler code.
Submitted by: Tim Rice <tim@multitalents.net> PR: #735, #765
Diffstat (limited to 'crypto/bf')
-rw-r--r--crypto/bf/Makefile.ssl1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bf/Makefile.ssl b/crypto/bf/Makefile.ssl
index bb14a0ee82..b6124cf10f 100644
--- a/crypto/bf/Makefile.ssl
+++ b/crypto/bf/Makefile.ssl
@@ -22,6 +22,7 @@ BF_ENC= bf_enc.o
#DES_ENC= bx86-elf.o
CFLAGS= $(INCLUDES) $(CFLAG)
+ASFLAGS= $(INCLUDES) $(ASFLAG)
GENERAL=Makefile
TEST=bftest.c