[openssl-commits] [openssl] OpenSSL source code branch master	updated. b691154e18c0367643696db3cf73debe9ddfa9ae
    Matt Caswell 
    matt at openssl.org
       
    Tue Jan  6 15:41:07 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, master has been updated
       via  b691154e18c0367643696db3cf73debe9ddfa9ae (commit)
      from  0548505f4cbd49b9724fab28881e096f9d951e6f (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 b691154e18c0367643696db3cf73debe9ddfa9ae
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>
-----------------------------------------------------------------------
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