If we are multiblock capable make sure we use it
authorMatt Caswell <matt@openssl.org>
Mon, 12 Aug 2019 10:55:53 +0000 (11:55 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 14 Aug 2019 10:04:09 +0000 (11:04 +0100)
commitd95422761116791966dcd0dd7035b46795482482
treea522c73bf2543bc9ab9298e01ce6819cd2a730b0
parent48102247ff513d4c57b40b19c1d432f37b9e4b02
If we are multiblock capable make sure we use it

Recent changes to the assembler defines meant that they weren't being
set for libssl code. This resulted in the multiblock code never being
used.

Fixes #9571

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9574)
ssl/build.info