aboutsummaryrefslogtreecommitdiff
path: root/crypto/chacha
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-10 20:05:52 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-10 20:30:47 +0100
commitf0667b1430bac3b8c9c5b76985ad24cf9b13a0a9 (patch)
tree32cdb50eef547a3aff0b85d3625f6ab8f06e993e /crypto/chacha
parentfb044341e67413ad6bc0d3788ab1269e0ed703ad (diff)
downloadopenssl-f0667b1430bac3b8c9c5b76985ad24cf9b13a0a9.zip
openssl-f0667b1430bac3b8c9c5b76985ad24cf9b13a0a9.tar.gz
openssl-f0667b1430bac3b8c9c5b76985ad24cf9b13a0a9.tar.bz2
Add include directory options for assembler files that include from crypto/
Closes RT#4406 Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/chacha')
-rw-r--r--crypto/chacha/build.info2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/chacha/build.info b/crypto/chacha/build.info
index 3dd1f74..28c221f 100644
--- a/crypto/chacha/build.info
+++ b/crypto/chacha/build.info
@@ -11,3 +11,5 @@ BEGINRAW[Makefile(unix)]
{- $builddir -}/chacha-%.S: {- $sourcedir -}/asm/chacha-%.pl
CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@
ENDRAW[Makefile(unix)]
+INCLUDE[chacha-armv4.o]=..
+INCLUDE[chacha-armv8.o]=..