summaryrefslogtreecommitdiff
path: root/x86
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2013-10-07 20:33:26 +0200
committerNiels Möller <nisse@lysator.liu.se>2013-10-07 20:33:26 +0200
commit332e72e867c274704bb15f5d005ac17d994d02fb (patch)
tree9c11a4ec1c8a77e9a1006e3bdd0932eb53cd2f72 /x86
parent7a42d11aa55c3482207e1f473b88f0a30f3b42b1 (diff)
downloadnettle-332e72e867c274704bb15f5d005ac17d994d02fb.tar.gz
Corrected .file pseudo-ops.
Diffstat (limited to 'x86')
-rw-r--r--x86/camellia-crypt-internal.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/x86/camellia-crypt-internal.asm b/x86/camellia-crypt-internal.asm
index 201d706c..1d7290bc 100644
--- a/x86/camellia-crypt-internal.asm
+++ b/x86/camellia-crypt-internal.asm
@@ -135,9 +135,9 @@ define(<FLINV>, <
xorl TMP, $1
>)
-.file "camellia-encrypt-internal.asm"
+.file "camellia-crypt-internal.asm"
- C _camellia_crypt(unsigned rounds, const uint64_t *keys,
+ C _camellia_crypt(unsigned rounds, const uint64_t *keys,
C const struct camellia_table *T,
C size_t length, uint8_t *dst,
C uint8_t *src)