[openssl] master update

tmraz at fedoraproject.org tmraz at fedoraproject.org
Mon Dec 14 08:56:25 UTC 2020


The branch master has been updated
       via  52c6c12c1cad6f1046b34f4139d1aa3e967a5530 (commit)
      from  3dafbd4468b6be4ee5228f1a1ba44c8826eff32d (commit)


- Log -----------------------------------------------------------------
commit 52c6c12c1cad6f1046b34f4139d1aa3e967a5530
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)

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

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 d7580bf3e1..5f672fbb77 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -706,6 +706,7 @@ my %targets = (
         inherit_from     => [ "linux-generic32" ],
         asm_arch         => 'ppc32',
         perlasm_scheme   => "linux32",
+        lib_cppflags     => add("-DB_ENDIAN"),
     },
     "linux-ppc64" => {
         inherit_from     => [ "linux-generic64" ],


More information about the openssl-commits mailing list