[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Wed Dec 2 18:40:09 UTC 2015


The branch master has been updated
       via  16b6081e0d96be87fa53b9932c7c589d7ad9edab (commit)
      from  19c6d3ea2d3b4e0ad3e978e42cc7cbdf0c09891f (commit)


- Log -----------------------------------------------------------------
commit 16b6081e0d96be87fa53b9932c7c589d7ad9edab
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Dec 2 18:54:15 2015 +0100

    Fix ./Configure reconf
    
    './Configure reconf' hasn't been working for a while, because a perl
    lable needs to be immediately followed by a block.
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 Configure | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Configure b/Configure
index 9e9f100..edc9757 100755
--- a/Configure
+++ b/Configure
@@ -952,6 +952,7 @@ while($argv_unprocessed)
 	$argvstring=join(' ', at argvcopy);
 
 PROCESS_ARGS:
+	{
 	my %unsupported_options = ();
 	foreach (@argvcopy)
 		{
@@ -1148,7 +1149,7 @@ PROCESS_ARGS:
 			join(", ", keys %unsupported_options), "\n";
 		}
 	}
-
+	}
 
 
 if ($processor eq "386")


More information about the openssl-commits mailing list