]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Corrected .file pseudo-ops.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 7 Oct 2013 18:33:26 +0000 (20:33 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 7 Oct 2013 18:33:26 +0000 (20:33 +0200)
ChangeLog
x86/camellia-crypt-internal.asm
x86_64/camellia-crypt-internal.asm

index 6846b6c7fb3c79795dc02e1da3e7d366fce731ee..f4b26c79bab668e09aef236f4daf3de5edc2c2bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,8 @@
        * camellia-internal.h (_camellia_crypt): Updated prototype.
        * camellia-crypt-internal.c (_camellia_crypt): Take separate
        arguments for rounds and subkey array.
-       * x86_64/camellia-crypt-internal.asm: Likewise.
+       * x86_64/camellia-crypt-internal.asm: Likewise. Also corrected
+       .file pseudo-ops.
        * x86/camellia-crypt-internal.asm: Likewise.
 
 2013-10-05  Niels Möller  <nisse@lysator.liu.se>
index 201d706c805888be960ad7e2768dcfe7c92b7480..1d7290bc248ec74ef41a9360d4aae1af0d27a8af 100644 (file)
@@ -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)
index 11b59bf8de9ac5e89d6f9a88af13129399be28d5..d78637f428afe710cdcf80220246122d1e1171cd 100644 (file)
@@ -115,7 +115,7 @@ C   xorl    XREG(TMP), XREG($1)
        xor     TMP, $1 
 >)
 
-       .file "camellia-encrypt-internal.asm"
+       .file "camellia-crypt-internal.asm"
        
        C _camellia_crypt(unsigned rounds, const uint64_t *keys, 
        C                 const struct camellia_table *T,