[openssl] master update
Dr. Paul Dale
pauli at openssl.org
Sun Jun 27 10:20:57 UTC 2021
The branch master has been updated
via 52f5407dc1ed67d0baace3c39b69bc9f07f4454a (commit)
from 9f54970c1d3ae94f9dbff6992a2243159ab5c4fc (commit)
- Log -----------------------------------------------------------------
commit 52f5407dc1ed67d0baace3c39b69bc9f07f4454a
Author: Lőrinczy, Zsigmond <zsigmond.lorinczy at idomsoft.hu>
Date: Fri Jun 25 07:28:56 2021 +0200
Update config.pm
Missing '(' added into a PowerPC-specific command
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15911)
-----------------------------------------------------------------------
Summary of changes:
util/perl/OpenSSL/config.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/perl/OpenSSL/config.pm b/util/perl/OpenSSL/config.pm
index 58feba952b..5f549f8024 100755
--- a/util/perl/OpenSSL/config.pm
+++ b/util/perl/OpenSSL/config.pm
@@ -859,7 +859,7 @@ EOF
}
}
if ( okrun(
- "lsattr -E -O -l `lsdev -c processor|awk '{print \$1;exit}'`",
+ "(lsattr -E -O -l `lsdev -c processor|awk '{print \$1;exit}'`",
'grep -i powerpc) >/dev/null 2>&1') ) {
# this applies even to Power3 and later, as they return
# PowerPC_POWER[345]
More information about the openssl-commits
mailing list