[openssl-commits] [openssl] OpenSSL source code branch OpenSSL_1_0_1-stable updated. OpenSSL_1_0_1j-101-gcb951e3
Matt Caswell
matt at openssl.org
Tue Jan 6 15:41:34 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_1-stable has been updated
via cb951e336bafb0f98896e12fda41af6b6eef5fb2 (commit)
from 37580f43b5a39f5f4e920d17273fab9713d3a744 (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 cb951e336bafb0f98896e12fda41af6b6eef5fb2
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