summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/x86_64-mont5.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-10-14 22:41:00 +0200
committerAndy Polyakov <appro@openssl.org>2013-10-14 22:41:00 +0200
commit30b9c2348d79dc1e58a8a2d8e5bac6e36191b012 (patch)
tree6c861414c77f68ba777bd7b3fb8e8a748bda56ef /crypto/bn/asm/x86_64-mont5.pl
parent039081b80977e2a5de84e1f88f8b4d025b559956 (diff)
bn/asm/*x86_64*.pl: correct assembler requirement for ad*x.
Diffstat (limited to 'crypto/bn/asm/x86_64-mont5.pl')
-rwxr-xr-xcrypto/bn/asm/x86_64-mont5.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/x86_64-mont5.pl b/crypto/bn/asm/x86_64-mont5.pl
index 7a691eb053..508564fbc2 100755
--- a/crypto/bn/asm/x86_64-mont5.pl
+++ b/crypto/bn/asm/x86_64-mont5.pl
@@ -33,7 +33,7 @@ open OUT,"| \"$^X\" $xlate $flavour $output";
if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
=~ /GNU assembler version ([2-9]\.[0-9]+)/) {
- $addx = ($1>=2.22);
+ $addx = ($1>=2.23);
}
if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&