From: Niels Möller Date: Sun, 16 Oct 2005 20:35:39 +0000 (+0200) Subject: * sparc64/aes-encrypt-internal.asm: Include sparc/aes.m4. X-Git-Tag: nettle_1.14_release_20051205~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dacff0c5e5d32a4d451613778eb5981d1095f0fd;p=thirdparty%2Fnettle.git * sparc64/aes-encrypt-internal.asm: Include sparc/aes.m4. * sparc64/aes-decrypt-internal.asm: Likewise. Rev: src/nettle/sparc64/aes-decrypt-internal.asm:1.2 --- diff --git a/sparc64/aes-decrypt-internal.asm b/sparc64/aes-decrypt-internal.asm index eb9f2502..f22f73af 100644 --- a/sparc64/aes-decrypt-internal.asm +++ b/sparc64/aes-decrypt-internal.asm @@ -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(, <%i0>) define(, <%i1>)