[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Thu Mar 8 21:11:51 UTC 2018


The branch master has been updated
       via  9300f078b6b6a83acd9aabcca89577f1a7800a6f (commit)
      from  9967a9edbefcec14f19b64e4bae7a2b5fb0da612 (commit)


- Log -----------------------------------------------------------------
commit 9300f078b6b6a83acd9aabcca89577f1a7800a6f
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Mar 8 22:03:01 2018 +0100

    Remove useless -D_ENDIAN from MPE/iX-gcc config
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/5564)

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

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 69439e4..6e7f2d1 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -602,7 +602,7 @@ my %targets = (
         inherit_from     => [ "BASE_unix" ],
         CC               => "gcc",
         CFLAGS           => "-O3",
-        cppflags         => "-D_ENDIAN -DBN_DIV2W -D_POSIX_SOURCE -D_SOCKET_SOURCE",
+        cppflags         => "-DBN_DIV2W -D_POSIX_SOURCE -D_SOCKET_SOURCE",
         includes         => add("/SYSLOG/PUB"),
         sys_id           => "MPE",
         lflags           => add("-L/SYSLOG/PUB"),


More information about the openssl-commits mailing list