[openssl-commits] [openssl] master update

Andy Polyakov appro at openssl.org
Tue May 10 07:13:31 UTC 2016


The branch master has been updated
       via  c145d19771d7197cda69c38ab74e7d269322b34d (commit)
      from  c21c7830ac2486f1c6933d9c18bff996b0ffacb1 (commit)


- Log -----------------------------------------------------------------
commit c145d19771d7197cda69c38ab74e7d269322b34d
Author: Andy Polyakov <appro at openssl.org>
Date:   Mon May 9 11:44:10 2016 +0200

    Configure: make it work with Perl 5.10.
    
    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 52d4f93..43a326a 100755
--- a/Configure
+++ b/Configure
@@ -1036,7 +1036,7 @@ if ($disabled{"dynamic-engine"}) {
 }
 
 unless ($disabled{fuzz}) {
-    push $config{dirs}, "fuzz";
+    push @{$config{dirs}}, "fuzz";
     $config{cflags} .= "-fsanitize-coverage=edge,indirect-calls ";
 }
 


More information about the openssl-commits mailing list