[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Tue Jan 30 18:37:37 UTC 2018


The branch master has been updated
       via  9be64336d899bac38fd4a4423df01d44fff5f2eb (commit)
      from  26f0340d49138d489ffc9662dff827488a12142c (commit)


- Log -----------------------------------------------------------------
commit 9be64336d899bac38fd4a4423df01d44fff5f2eb
Author: Richard Levitte <levitte at openssl.org>
Date:   Tue Jan 30 19:13:11 2018 +0100

    Fix small typo (parenthesis missing)
    
    Fixes #5207 (another PR)
    
    Reviewed-by: Ben Kaduk <kaduk at mit.edu>
    (Merged from https://github.com/openssl/openssl/pull/5210)

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

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

diff --git a/Configure b/Configure
index b7ccbc5..737dfc7 100755
--- a/Configure
+++ b/Configure
@@ -1155,7 +1155,7 @@ if ($target =~ /^mingw/ && `$config{cc} --target-help 2>&1` =~ m/-mno-cygwin/m)
 
 if ($target =~ /linux.*-mips/ && !$disabled{asm}
         && !grep { $_ !~ /-m(ips|arch=)/ } (@{$user{CFLAGS}},
-                                            @{$useradd{CFLAGS}}) {
+                                            @{$useradd{CFLAGS}})) {
 	# minimally required architecture flags for assembly modules
 	my $value;
 	$value = '-mips2' if ($target =~ /mips32/);


More information about the openssl-commits mailing list