]> git.ipfire.org Git - thirdparty/openssl.git/commit
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)
commit7f02a0932c8c182bc2f6320748d81e86d650c1a6
tree3e06ff9c3ed9ac626666c062bc877c59128760fd
parent2ce15a95dae9a933140731a53afdb84889588be8
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)
crypto/modes/build.info