Remove some perl 5.14 use from rsaz-avx512.pl
authorMatt Caswell <matt@openssl.org>
Thu, 20 May 2021 13:02:12 +0000 (14:02 +0100)
committerPauli <pauli@openssl.org>
Mon, 24 May 2021 01:23:58 +0000 (11:23 +1000)
commitd136db212ecaeb65e399de8d6b30e8b5ecc044d9
tree8e42ee2e613d0bbc65d4786a0da5ad1ad7365f5e
parent7c14d0c1c0ece97f7406b4df466df6439146d6c6
Remove some perl 5.14 use from rsaz-avx512.pl

The non-destructive substitution syntax (s///r), was introduced in perl
5.14. We need to support 5.10 and above.

Fixes #15378

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15379)
crypto/bn/asm/rsaz-avx512.pl