projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1a9937
)
Make comment match reality
author
Richard Levitte
<levitte@openssl.org>
Wed, 10 Feb 2016 22:31:43 +0000
(23:31 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 11 Feb 2016 02:04:50 +0000
(
03:04
+0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
util/mkbuildinf.pl
patch
|
blob
|
history
diff --git
a/util/mkbuildinf.pl
b/util/mkbuildinf.pl
index 9071b7114f311982e07d6c27efda95fe22352160..a809f710b41af23f70fbddcb4c52bf4961c645f5 100755
(executable)
--- 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 1
8
characters per line
+ # Max 1
6
characters per line
if (($ctr++ % 16) == 0) {
if ($ctr != 1) {
print "\n";