Fix EC ASM flag passing
authorJuergen Christ <jchrist@linux.ibm.com>
Wed, 13 Jul 2022 09:15:43 +0000 (11:15 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 14 Jul 2022 12:02:59 +0000 (14:02 +0200)
commit12186377cb987c4527d286e91e735e8261a45669
tree30bc8bf8d9c9ab4e7de02b3f2ae58b2fbd980e2b
parent8c65e1f719ecf7ec7ed3094bbd763f88708d26eb
Fix EC ASM flag passing

Flags for ASM implementations of EC curves were only passed to the FIPS
provider and not to the default or legacy provider.  This left some potential
for optimization.  Pass the correct flags also to these providers.

Signed-off-by: Juergen Christ <jchrist@linux.ibm.com>
Reviewed-by: Patrick Steuer <patrick.steuer@de.ibm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18791)
crypto/ec/build.info