From a58956e32d7bfd73c15ca6fb072ca2a31fa5e229 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Thu, 13 Oct 2005 14:33:37 +0200
Subject: [PATCH] *** empty log message ***

Rev: src/nettle/ChangeLog:1.340
---
 ChangeLog | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 936097d1..3c87daa8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2005-10-13  Niels Möller  <niels@s3.kth.se>
+
+	* sparc64/aes.asm: New file. Copy of sparc/aes.asm, with minor
+	changes to the stack frame layout. Patch contributed by Henrik
+	Grubbström. Not yet tested.
+
+	* x86/md5-compress.asm: Skip copying of input to the stack, and
+	don't allocate space for it.
+	(F1): Fixed bug.
+
+	* testsuite/md5-test.c: Document intermediate values for first
+	test case.
+
+	* configure.ac (asm_path): Check for sparc64, and use sparc64
+	subdirectory. Link in md5-compress.asm, if it exists.
+
 2005-10-13  Niels Möller  <nisse@lysator.liu.se>
 
 	* x86/md5-compress.asm (REF): Fixed calculation of offset.
-- 
GitLab