diff --git a/sparc64/aes-decrypt-internal.asm b/sparc64/aes-decrypt-internal.asm
index eb9f25025eb179b07001f3735eb077739d0c51fb..f22f73afab01fa800ca00bfa06ca1abe4a0dd75d 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(<CTX>,	<%i0>)
 define(<T>,	<%i1>)