[openssl-commits] [openssl] OpenSSL_1_0_0-stable update

Richard Levitte levitte at openssl.org
Tue Jan 13 23:18:33 UTC 2015


The branch OpenSSL_1_0_0-stable has been updated
       via  f4f1e808014e4cb37da4ef3bd3c292a759c38502 (commit)
      from  36f309c50a4188edad08bc69420bd7a2d3d383e5 (commit)


- Log -----------------------------------------------------------------
commit f4f1e808014e4cb37da4ef3bd3c292a759c38502
Author: Richard Levitte <levitte at openssl.org>
Date:   Tue Jan 13 22:13:20 2015 +0100

    VMS fixups for 1.0.0
    
    Reviewed-by: Matt Caswell <matt at openssl.org>

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

Summary of changes:
 makevms.com |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/makevms.com b/makevms.com
index c6b052e..6cf7b5f 100755
--- a/makevms.com
+++ b/makevms.com
@@ -637,9 +637,10 @@ $   if (CFLAGS .nes. "") then CFLAGS = CFLAGS+ " "
 $   CFLAGS = CFLAGS+ "/DEFINE=ZLIB"
 $ endif
 $! 
-$ WRITE H_FILE "#define CFLAGS ""''CFLAGS'"""
-$ WRITE H_FILE "#define PLATFORM ""VMS ''ARCHD' ''VMS_VERSION'"""
-$ WRITE H_FILE "#define DATE ""''TIME'"" "
+$ WRITE H_FILE "#define CFLAGS cflags"
+$ WRITE H_FILE "static const char cflags[] = ""compiler: ''CFLAGS'"";"
+$ WRITE H_FILE "#define PLATFORM ""platform: VMS ''ARCHD' ''VMS_VERSION'"""
+$ WRITE H_FILE "#define DATE ""built on: ''TIME'"" "
 $!
 $! Close The [.CRYPTO._xxx]BUILDINF.H File.
 $!


More information about the openssl-commits mailing list