summaryrefslogtreecommitdiff
path: root/crypto/modes
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-06-18 16:23:06 +0200
committerRichard Levitte <levitte@openssl.org>2019-06-18 16:29:54 +0200
commit7f02a0932c8c182bc2f6320748d81e86d650c1a6 (patch)
tree3e06ff9c3ed9ac626666c062bc877c59128760fd /crypto/modes
parent2ce15a95dae9a933140731a53afdb84889588be8 (diff)
downloadopenssl-new-7f02a0932c8c182bc2f6320748d81e86d650c1a6.tar.gz
crypto/modes/build.conf: Fix MODES asm mistakes
The old rule in Configure was that if the asm source had a file name with 'ghash-' as part of the name, GHASH_ASM should be defined. Since none of the aarch64 asm files has such a name, that macro shouldn't have been defined. Fixes #9173 Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9178)
Diffstat (limited to 'crypto/modes')
-rw-r--r--crypto/modes/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/modes/build.info b/crypto/modes/build.info
index 6024606a54..81525a9916 100644
--- a/crypto/modes/build.info
+++ b/crypto/modes/build.info
@@ -25,7 +25,7 @@ IF[{- !$disabled{asm} -}]
$MODESASM_armv4=ghash-armv4.S ghashv8-armx.S
$MODESDEF_armv4=GHASH_ASM
$MODESASM_aarch64=ghashv8-armx.S
- $MODESDEF_aarch64=GHASH_ASM
+ $MODESDEF_aarch64=
$MODESASM_parisc11=ghash-parisc.s
$MODESDEF_parisc11=GHASH_ASM