crypto/modes/build.conf: Fix MODES asm mistakes
authorRichard Levitte <levitte@openssl.org>
Tue, 18 Jun 2019 14:23:06 +0000 (16:23 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 18 Jun 2019 14:29:54 +0000 (16:29 +0200)
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)

crypto/modes/build.info

index 6024606a546844fc059d5983fe9d34ad3157c464..81525a9916be201ad2e87bac9ba5d6a911c483ee 100644 (file)
@@ -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