[openssl] master update
Matt Caswell
matt at openssl.org
Fri May 15 10:23:09 UTC 2020
The branch master has been updated
via 76899264cbff822929f29f3d56c640368461d7f6 (commit)
from 64af3aecaea73906325c64d3cf36c9f4e3f180a4 (commit)
- Log -----------------------------------------------------------------
commit 76899264cbff822929f29f3d56c640368461d7f6
Author: Orgad Shaneh <orgads at gmail.com>
Date: Mon Feb 24 09:02:31 2020 +0200
Configure: Avoid SIXTY_FOUR_BIT for linux-mips64
This is a 32-bit ABI build (as opposed to linux64-mips64).
Setting SIXTY_FOUR_BIT breaks hardware optimizations, at least on
octeon processors.
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11725)
-----------------------------------------------------------------------
Summary of changes:
Configurations/10-main.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index a462f9e719..7b5da5c469 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -790,7 +790,7 @@ my %targets = (
inherit_from => [ "linux-generic32" ],
cflags => add("-mabi=n32"),
cxxflags => add("-mabi=n32"),
- bn_ops => "SIXTY_FOUR_BIT RC4_CHAR",
+ bn_ops => "RC4_CHAR",
asm_arch => 'mips64',
perlasm_scheme => "n32",
multilib => "32",
More information about the openssl-commits
mailing list