[openssl-commits] [openssl] OpenSSL source code branch OpenSSL_1_0_0-stable updated. OpenSSL_1_0_0o-59-g64eec8f

Matt Caswell matt at openssl.org
Tue Jan 6 15:41:46 UTC 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSSL source code".

The branch, OpenSSL_1_0_0-stable has been updated
       via  64eec8f898f014d796f5f5ebed4db8a5a38cad52 (commit)
      from  08a88774bd8463bedf7fe440a165d3d98b702361 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 64eec8f898f014d796f5f5ebed4db8a5a38cad52
Author: Matt Caswell <matt at openssl.org>
Date:   Tue Jan 6 15:32:01 2015 +0000

    Remove blank line from start of cflags character array in buildinf.h
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (cherry picked from commit b691154e18c0367643696db3cf73debe9ddfa9ae)

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

Summary of changes:
 util/mkbuildinf.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/mkbuildinf.pl b/util/mkbuildinf.pl
index ca02d7b..9d7b81c 100755
--- a/util/mkbuildinf.pl
+++ b/util/mkbuildinf.pl
@@ -19,7 +19,7 @@ my $ctr = 0;
 foreach my $c (split //, $cflags) {
     # Max 18 characters per line
     if  (($ctr++ % 18) == 0) {
-        if ($ctr != 0) {
+        if ($ctr != 1) {
             print "\n";
         }
         print "        ";


hooks/post-receive
-- 
OpenSSL source code


More information about the openssl-commits mailing list