Author: jkim
Date: Fri Jan  9 00:42:10 2015
New Revision: 276863
URL: https://svnweb.freebsd.org/changeset/base/276863

Log:
  MFV:  r276862
  
  Fix build.

Modified:
  head/crypto/openssl/crypto/cversion.c
  head/crypto/openssl/util/mkbuildinf.pl
Directory Properties:
  head/crypto/openssl/   (props changed)

Modified: head/crypto/openssl/crypto/cversion.c
==============================================================================
--- head/crypto/openssl/crypto/cversion.c       Fri Jan  9 00:12:20 2015        
(r276862)
+++ head/crypto/openssl/crypto/cversion.c       Fri Jan  9 00:42:10 2015        
(r276863)
@@ -77,7 +77,7 @@ const char *SSLeay_version(int t)
        if (t == SSLEAY_CFLAGS)
                {
 #ifdef CFLAGS
-               return(cflags);
+               return(CFLAGS);
 #else
                return("compiler: information not available");
 #endif

Modified: head/crypto/openssl/util/mkbuildinf.pl
==============================================================================
--- head/crypto/openssl/util/mkbuildinf.pl      Fri Jan  9 00:12:20 2015        
(r276862)
+++ head/crypto/openssl/util/mkbuildinf.pl      Fri Jan  9 00:42:10 2015        
(r276863)
@@ -7,7 +7,7 @@ $date = localtime();
 print <<"END_OUTPUT";
 #ifndef MK1MF_BUILD
     /* auto-generated by util/mkbuildinf.pl for crypto/cversion.c */
-    #define CFLAGS
+    #define CFLAGS cflags
     /*
      * Generate CFLAGS as an array of individual characters. This is a
      * workaround for the situation where CFLAGS gets too long for a C90 string
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to