[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Thu Feb 11 02:05:04 UTC 2016


The branch master has been updated
       via  124cbe188753d5a73990b416b4ae3fd6cc90b77a (commit)
      from  b1a99374aec17822e924795a6a30ab306d4c46c9 (commit)


- Log -----------------------------------------------------------------
commit 124cbe188753d5a73990b416b4ae3fd6cc90b77a
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Feb 10 23:31:43 2016 +0100

    Make comment match reality
    
    Reviewed-by: Rich Salz <rsalz 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 9071b71..a809f71 100755
--- a/util/mkbuildinf.pl
+++ b/util/mkbuildinf.pl
@@ -17,7 +17,7 @@ END_OUTPUT
 my $ctr = 0;
 foreach my $c (split //, $cflags) {
     $c =~ s|([\\'])|\\$1|;
-    # Max 18 characters per line
+    # Max 16 characters per line
     if  (($ctr++ % 16) == 0) {
         if ($ctr != 1) {
             print "\n";


More information about the openssl-commits mailing list