[openssl-commits] [openssl] master update
Andy Polyakov
appro at openssl.org
Sat Apr 1 13:50:55 UTC 2017
The branch master has been updated
via d83112b7fd3b0e751f8a5947e5a93db1cbbe86dc (commit)
from c27778d8adf7fca3128ece0b7efca09f628008b9 (commit)
- Log -----------------------------------------------------------------
commit d83112b7fd3b0e751f8a5947e5a93db1cbbe86dc
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>
-----------------------------------------------------------------------
Summary of changes:
Configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Configure b/Configure
index 013a30a..617ee52 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 Config;
use File::Basename;
More information about the openssl-commits
mailing list