[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Andy Polyakov
appro at openssl.org
Sat Apr 1 13:51:26 UTC 2017
The branch OpenSSL_1_1_0-stable has been updated
via a43cf4c0c00ac09bd83709305b5691c4010dba43 (commit)
from afe2f42bfc72017a075c21b3695feeba6db27305 (commit)
- Log -----------------------------------------------------------------
commit a43cf4c0c00ac09bd83709305b5691c4010dba43
Author: Andy Polyakov <appro at openssl.org>
Date: Fri Mar 31 14:37:10 2017 +0200
Configure: use 5.10.0, don't require...
Configure started with 'require 5.10.0', but if executed by older perl
it failed with "might be runaway multi-line // string" instead of
naturally expected "Perl v5.10.0 required--this is only v5.x.y".
Reviewed-by: Richard Levitte <levitte at openssl.org>
(cherry picked from commit d83112b7fd3b0e751f8a5947e5a93db1cbbe86dc)
-----------------------------------------------------------------------
Summary of changes:
Configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Configure b/Configure
index cedc160..2520d7e 100755
--- a/Configure
+++ b/Configure
@@ -9,7 +9,7 @@
## Configure -- OpenSSL source tree configuration script
-require 5.10.0;
+use 5.10.0;
use strict;
use File::Basename;
use File::Spec::Functions qw/:DEFAULT abs2rel rel2abs/;
More information about the openssl-commits
mailing list