summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2017-01-04 16:52:27 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2017-01-04 16:52:27 +0000
commit2bc1ce2d8bfdcd1167a5dbecfff3bc36bba4a2af (patch)
treec02e5da383e75f43f93dc6cdf54fa793bdd02e1e
parent573a75d3902a4be2dd993539cd66126322bb4c5e (diff)
Remove superfluous datatype that is 32 by default. Clang complains
about it and it's ok to remove it. This only came up as our clang is targeted at armv7 which enables the NEON instructions. ok kettenis@
-rw-r--r--lib/libcrypto/bn/asm/armv4-gf2m.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/bn/asm/armv4-gf2m.pl b/lib/libcrypto/bn/asm/armv4-gf2m.pl
index c52e0b75b5b..89159246413 100644
--- a/lib/libcrypto/bn/asm/armv4-gf2m.pl
+++ b/lib/libcrypto/bn/asm/armv4-gf2m.pl
@@ -174,7 +174,7 @@ bn_GF2m_mul_2x2:
beq .Lialu
veor $A1,$A1
- vmov.32 $B1,r3,r3 @ two copies of b1
+ vmov $B1,r3,r3 @ two copies of b1
vmov.32 ${A1}[0],r1 @ a1
veor $A0,$A0