diff options
author | patrick <> | 2017-01-04 16:52:26 +0000 |
---|---|---|
committer | patrick <> | 2017-01-04 16:52:26 +0000 |
commit | 227f8ccffa79526ba4badd39d3286d37bc91eaf8 (patch) | |
tree | bb4e9798b1f0002bc0d61bac6b8b68d13390f768 /src | |
parent | 998a53b51abdb1c283caafeba6e9b6517e13c7f0 (diff) | |
download | openbsd-227f8ccffa79526ba4badd39d3286d37bc91eaf8.tar.gz openbsd-227f8ccffa79526ba4badd39d3286d37bc91eaf8.tar.bz2 openbsd-227f8ccffa79526ba4badd39d3286d37bc91eaf8.zip |
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@
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/bn/asm/armv4-gf2m.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/asm/armv4-gf2m.pl b/src/lib/libcrypto/bn/asm/armv4-gf2m.pl index c52e0b75b5..8915924641 100644 --- a/src/lib/libcrypto/bn/asm/armv4-gf2m.pl +++ b/src/lib/libcrypto/bn/asm/armv4-gf2m.pl | |||
@@ -174,7 +174,7 @@ bn_GF2m_mul_2x2: | |||
174 | beq .Lialu | 174 | beq .Lialu |
175 | 175 | ||
176 | veor $A1,$A1 | 176 | veor $A1,$A1 |
177 | vmov.32 $B1,r3,r3 @ two copies of b1 | 177 | vmov $B1,r3,r3 @ two copies of b1 |
178 | vmov.32 ${A1}[0],r1 @ a1 | 178 | vmov.32 ${A1}[0],r1 @ a1 |
179 | 179 | ||
180 | veor $A0,$A0 | 180 | veor $A0,$A0 |