aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/modes
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-08 22:22:53 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-09 12:07:15 +0100
commitdca5c70121e75774feb7d5e2ac6e453e8675645b (patch)
tree65b8e594ce32f3c51cea56eb2f32790f23c968ff /crypto/modes
parentb32b896166199b497bf98da6a5c5b50d8811851f (diff)
downloadopenssl-dca5c70121e75774feb7d5e2ac6e453e8675645b.tar.gz
Add extra include directory for includers of ppc_arch.h
crypto/evp/e_aes.c and crypto/modes/gcm128.c include ppc_arch.h, which is located in crypto/, so add that as extra include directory for them. Issue reported by Jeffrey Walton <noloader@gmail.com> Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'crypto/modes')
-rw-r--r--crypto/modes/build.info2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/modes/build.info b/crypto/modes/build.info
index b59780f8d8..d1b7d2bf63 100644
--- a/crypto/modes/build.info
+++ b/crypto/modes/build.info
@@ -4,6 +4,8 @@ SOURCE[../../libcrypto]=\
ccm128.c xts128.c wrap128.c ocb128.c \
{- $target{modes_asm_src} -}
+INCLUDE[gcm128.o]=..
+
GENERATE[ghash-ia64.s]=asm/ghash-ia64.pl $(CFLAGS)
GENERATE[ghash-x86.s]=asm/ghash-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR)
GENERATE[ghash-x86_64.s]=asm/ghash-x86_64.pl $(PERLASM_SCHEME)