summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/bn/asm/x86_64-mont5.pl
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2016-01-28 20:15:22 +0000
committerjkim <jkim@FreeBSD.org>2016-01-28 20:15:22 +0000
commitf91c9c279859e792ca6fea3a5d5a9074b72c0e44 (patch)
treed1486d18bb9fa5f51cadbaccb04f3c3879e273ec /crypto/openssl/crypto/bn/asm/x86_64-mont5.pl
parentd04bd9e9248a5b28fa75fdc94acf9ecb1c4cf4a4 (diff)
parent71cece53f20ad0348c8e6a83b032a4bcfa42cdcf (diff)
downloadFreeBSD-src-f91c9c279859e792ca6fea3a5d5a9074b72c0e44.zip
FreeBSD-src-f91c9c279859e792ca6fea3a5d5a9074b72c0e44.tar.gz
Merge OpenSSL 1.0.2f.
Relnotes: yes
Diffstat (limited to 'crypto/openssl/crypto/bn/asm/x86_64-mont5.pl')
-rwxr-xr-xcrypto/openssl/crypto/bn/asm/x86_64-mont5.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/bn/asm/x86_64-mont5.pl b/crypto/openssl/crypto/bn/asm/x86_64-mont5.pl
index 64e668f..292409c 100755
--- a/crypto/openssl/crypto/bn/asm/x86_64-mont5.pl
+++ b/crypto/openssl/crypto/bn/asm/x86_64-mont5.pl
@@ -53,7 +53,7 @@ if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
$addx = ($1>=12);
}
-if (!$addx && `$ENV{CC} -v 2>&1` =~ /((?:^clang|LLVM) version|based on LLVM) ([3-9])\.([0-9]+)/) {
+if (!$addx && `$ENV{CC} -v 2>&1` =~ /((?:^clang|LLVM) version|.*based on LLVM) ([3-9])\.([0-9]+)/) {
my $ver = $2 + $3/100.0; # 3.1->3.01, 3.10->3.10
$addx = ($ver>=3.03);
}
OpenPOWER on IntegriCloud