diff options
author | Lutz Jänicke <jaenicke@openssl.org> | 2003-11-16 15:38:34 +0100 |
---|---|---|
committer | Lutz Jänicke <jaenicke@openssl.org> | 2003-11-16 15:38:34 +0100 |
commit | fda5e385518b017411fce9bd5c6c76ad311c391d (patch) | |
tree | 89237deab1075c2dbca85e33280c063c2ac73988 /crypto/ripemd | |
parent | The x9.62 tests replace the PRNG with specific numbers, (diff) | |
download | openssl-fda5e385518b017411fce9bd5c6c76ad311c391d.tar.xz openssl-fda5e385518b017411fce9bd5c6c76ad311c391d.zip |
Provide ASFLAGS in the subdirectories handling assembler code.
Submitted by: Tim Rice <tim@multitalents.net>
PR: #735, #765
Diffstat (limited to 'crypto/ripemd')
-rw-r--r-- | crypto/ripemd/Makefile.ssl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ripemd/Makefile.ssl b/crypto/ripemd/Makefile.ssl index 3583dfdcaf..19f0c1c80e 100644 --- a/crypto/ripemd/Makefile.ssl +++ b/crypto/ripemd/Makefile.ssl @@ -20,6 +20,7 @@ AR= ar r RIP_ASM_OBJ= CFLAGS= $(INCLUDES) $(CFLAG) +ASFLAGS= $(INCLUDES) $(ASFLAG) GENERAL=Makefile TEST=rmdtest.c |