[openssl] OpenSSL_1_1_1-stable update

tmraz at fedoraproject.org tmraz at fedoraproject.org
Mon Dec 14 08:59:01 UTC 2020


The branch OpenSSL_1_1_1-stable has been updated
       via  d73c93625f47fe66ea5c77db6757c1c20229ba23 (commit)
      from  ad8e83cf11187388c71cfbdb70880d9e7ed26e0e (commit)


- Log -----------------------------------------------------------------
commit d73c93625f47fe66ea5c77db6757c1c20229ba23
Author: Sebastian Andrzej Siewior <sebastian at breakpoint.cc>
Date:   Sun Jul 5 20:52:39 2020 +0200

    Configurations: PowerPC is big endian
    
    Define B_ENDIAN on PowerPC because it is a big endian architecture. With
    this change the BN* related tests pass.
    
    Fixes: #12199
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian at breakpoint.cc>
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
    (Merged from https://github.com/openssl/openssl/pull/12371)
    
    (cherry picked from commit 52c6c12c1cad6f1046b34f4139d1aa3e967a5530)

-----------------------------------------------------------------------

Summary of changes:
 Configurations/10-main.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index cea4feb9a0..8dc3e858df 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -663,6 +663,7 @@ my %targets = (
     "linux-ppc" => {
         inherit_from     => [ "linux-generic32", asm("ppc32_asm") ],
         perlasm_scheme   => "linux32",
+        lib_cppflags     => add("-DB_ENDIAN"),
     },
     "linux-ppc64" => {
         inherit_from     => [ "linux-generic64", asm("ppc64_asm") ],


More information about the openssl-commits mailing list