]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
* sparc64/aes-encrypt-internal.asm: Include sparc/aes.m4.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 16 Oct 2005 20:35:39 +0000 (22:35 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 16 Oct 2005 20:35:39 +0000 (22:35 +0200)
* sparc64/aes-decrypt-internal.asm: Likewise.

Rev: src/nettle/sparc64/aes-decrypt-internal.asm:1.2

sparc64/aes-decrypt-internal.asm

index eb9f25025eb179b07001f3735eb077739d0c51fb..f22f73afab01fa800ca00bfa06ca1abe4a0dd75d 100644 (file)
@@ -22,6 +22,10 @@ C The only difference between this code and the sparc32 code is the
 C frame offsets, and the magic BIAS when accessing the stack (which
 C doesn't matter, since we don't access any data on the stack).
 
+
+C Use the same AES macros as on sparc32.
+include_src(sparc/aes.m4)
+
 C      Arguments
 define(<CTX>,  <%i0>)
 define(<T>,    <%i1>)