util/perl/OpenSSL/config.pm: Fix /armv[7-9].*-.*-linux2/
authorRichard Levitte <levitte@openssl.org>
Wed, 1 Jul 2020 05:39:06 +0000 (07:39 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 4 Jul 2020 08:34:58 +0000 (10:34 +0200)
commit1cafbb799a373f0d6ba55843fd51692e14c0fe09
tree4893c843b95f52892b13352c55464e0b3d7f8c7a
parent16328e9f6cc8bcd5ff5fef09b78374134de1f1e1
util/perl/OpenSSL/config.pm: Fix /armv[7-9].*-.*-linux2/

This entry added the macro B_ENDIAN when it shouldn't have.

Fixes #12332

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12335)
util/perl/OpenSSL/config.pm