summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-07-12 12:47:39 +0100
committerBen Laurie <ben@links.org>2013-07-12 12:47:39 +0100
commit852f837f5ee81f2633ddf753fa3a30661ad3835a (patch)
tree2916c67f64fe482525456eacf7433ea7fce37bdc /crypto
parent241fba4ea9772662e55577de996273cdb272e611 (diff)
s/rsaz_eligible/rsaz_avx2_eligible/.
Diffstat (limited to 'crypto')
-rwxr-xr-xcrypto/bn/asm/rsaz-avx2.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/rsaz-avx2.pl b/crypto/bn/asm/rsaz-avx2.pl
index 33f20e64a1..e629ab7c67 100755
--- a/crypto/bn/asm/rsaz-avx2.pl
+++ b/crypto/bn/asm/rsaz-avx2.pl
@@ -1836,7 +1836,7 @@ print <<___; # assembler is too old
.globl rsaz_avx2_eligible
.type rsaz_avx2_eligible,\@abi-omnipotent
-rsaz_eligible:
+rsaz_avx2_eligible:
xor %eax,%eax
ret
.size rsaz_avx2_eligible,.-rsaz_avx2_eligible