aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto
diff options
context:
space:
mode:
authorAllan Jude <allanjude@FreeBSD.org>2016-09-08 02:38:55 +0000
committerAllan Jude <allanjude@FreeBSD.org>2016-09-08 02:38:55 +0000
commit2b53c517676d09970200c9bf9130631d43ce71a1 (patch)
treee24a502c0cd3085b5ace2a9b9c1369b456bfdce9 /sys/crypto
parentcee4a056691e41b8143412681fa4b2c4f357a63d (diff)
Notes
Diffstat (limited to 'sys/crypto')
-rw-r--r--sys/crypto/skein/amd64/skein_block_asm.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/crypto/skein/amd64/skein_block_asm.s b/sys/crypto/skein/amd64/skein_block_asm.s
index b2d0a83acbe9..84cb47005e40 100644
--- a/sys/crypto/skein/amd64/skein_block_asm.s
+++ b/sys/crypto/skein/amd64/skein_block_asm.s
@@ -6,6 +6,7 @@
#
# This code is released to the public domain.
#----------------------------------------------------------------
+# $FreeBSD$
#
.text
.altmacro
@@ -869,7 +870,7 @@ _UNROLL_CNT = ROUNDS_512/8
.else
_UNROLL_CNT = SKEIN_UNROLL_512
.if ((ROUNDS_512/8) % _UNROLL_CNT)
- .err "Invalid SKEIN_UNROLL_512"
+ .error "Invalid SKEIN_UNROLL_512"
.endif
xorq %rdi,%rdi #rdi = round counter
Skein_512_round_loop: