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


- Log -----------------------------------------------------------------
commit 9be64336d899bac38fd4a4423df01d44fff5f2eb
Author: Richard Levitte <[email protected]>
Date:   Tue Jan 30 19:13:11 2018 +0100

    Fix small typo (parenthesis missing)
    
    Fixes #5207 (another PR)
    
    Reviewed-by: Ben Kaduk <[email protected]>
    (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/);
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to