summaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-07-12 12:47:39 +0100
committerAndy Polyakov <appro@openssl.org>2013-07-12 18:53:05 +0200
commitb56bae5126e9ced3e7d1a8fce41dcfb63b7dbe3b (patch)
tree4e0a133de3636b7969fb3cc536c8d06f631efb24 /crypto/bn
parent2d3f31e0a1d5ede5319814e2db2e377a89251bf5 (diff)
s/rsaz_eligible/rsaz_avx2_eligible/.
(cherry picked from commit 852f837f5ee81f2633ddf753fa3a30661ad3835a)
Diffstat (limited to 'crypto/bn')
-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