[openssl-commits] [openssl]  OpenSSL_1_0_2-stable update
    Richard Levitte 
    levitte at openssl.org
       
    Tue Jan 13 23:14:32 UTC 2015
    
    
  
The branch OpenSSL_1_0_2-stable has been updated
       via  43257b9f51de749262258668c77c2f0f99d7a15b (commit)
      from  10771e3421ea435623f85304738280415d6b55c7 (commit)
- Log -----------------------------------------------------------------
commit 43257b9f51de749262258668c77c2f0f99d7a15b
Author: Richard Levitte <levitte at openssl.org>
Date:   Tue Jan 13 22:04:58 2015 +0100
    Define CFLAGS as cflags on VMS as well
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
 makevms.com |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makevms.com b/makevms.com
index 9624ef2..f6b3ff2 100755
--- a/makevms.com
+++ b/makevms.com
@@ -651,7 +651,7 @@ $   if (CFLAGS .nes. "") then CFLAGS = CFLAGS+ " "
 $   CFLAGS = CFLAGS+ "/DEFINE=ZLIB"
 $ endif
 $! 
-$ WRITE H_FILE "#define CFLAGS"
+$ 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'"" "
    
    
More information about the openssl-commits
mailing list