[openssl] master update
Richard Levitte
levitte at openssl.org
Sat Jul 4 08:35:18 UTC 2020
The branch master has been updated
via 1cafbb799a373f0d6ba55843fd51692e14c0fe09 (commit)
from 16328e9f6cc8bcd5ff5fef09b78374134de1f1e1 (commit)
- Log -----------------------------------------------------------------
commit 1cafbb799a373f0d6ba55843fd51692e14c0fe09
Author: Richard Levitte <levitte at openssl.org>
Date: Wed Jul 1 07:39:06 2020 +0200
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 at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12335)
-----------------------------------------------------------------------
Summary of changes:
util/perl/OpenSSL/config.pm | 1 -
1 file changed, 1 deletion(-)
diff --git a/util/perl/OpenSSL/config.pm b/util/perl/OpenSSL/config.pm
index 7a37399bca..e72eadc8a9 100755
--- a/util/perl/OpenSSL/config.pm
+++ b/util/perl/OpenSSL/config.pm
@@ -609,7 +609,6 @@ EOF
],
[ 'armv[1-3].*-.*-linux2', { target => "linux-generic32" } ],
[ 'armv[7-9].*-.*-linux2', { target => "linux-armv4",
- defines => [ 'B_ENDIAN' ],
cflags => [ '-march=armv7-a' ],
cxxflags => [ '-march=armv7-a' ] } ],
[ 'arm.*-.*-linux2', { target => "linux-armv4" } ],
More information about the openssl-commits
mailing list