[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Richard Levitte levitte at openssl.org
Thu Mar 8 21:13:05 UTC 2018


The branch OpenSSL_1_1_0-stable has been updated
       via  40d867c61aabb3a8904a2b1c0be5591b6267841a (commit)
      from  00595b7327dd727a818902e8142d8257566b84c3 (commit)


- Log -----------------------------------------------------------------
commit 40d867c61aabb3a8904a2b1c0be5591b6267841a
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Mar 8 22:04:33 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/5565)

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

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 2a944eb..1508ff4 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -586,7 +586,7 @@ sub vms_info {
     "MPE/iX-gcc" => {
         inherit_from     => [ "BASE_unix" ],
         cc               => "gcc",
-        cflags           => "-D_ENDIAN -DBN_DIV2W -O3 -D_POSIX_SOURCE -D_SOCKET_SOURCE -I/SYSLOG/PUB",
+        cflags           => "-DBN_DIV2W -O3 -D_POSIX_SOURCE -D_SOCKET_SOURCE -I/SYSLOG/PUB",
         sys_id           => "MPE",
         ex_libs          => add("-L/SYSLOG/PUB -lsyslog -lsocket -lcurses"),
         thread_scheme    => "(unknown)",


More information about the openssl-commits mailing list