From 97cd2f8a5bd8ae62c0b50d7b572eefeebd13bcd4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Wed, 26 Apr 2006 22:08:50 +0200
Subject: [PATCH] *** empty log message ***

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

diff --git a/ChangeLog b/ChangeLog
index 18bcfa51..b202ab43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2006-04-26  Niels M�ller  <nisse@lysator.liu.se>
+
+	* x86/aes-decrypt-internal.asm: Use ALIGN.
+	* x86/aes-encrypt-internal.asm: Likewise.
+	* x86/arcfour-crypt.asm: Likewise.
+	* x86/md5-compress.asm: Likewise.
+	* x86/sha1-compress.asm: Likewise.
+
+	* config.m4.in (ASM_ALIGN_LOG): Substitute.
+	* configure.ac (ASM_ALIGN_LOG): Check if .align directive is
+	logarithmic.
+	* asm.m4 (ALIGN): New macro. Takes a logarithmic argument, and
+	expands to a .align directive.
+
 2006-04-21  Niels M�ller  <nisse@lysator.liu.se>
 
 	* nettle.texinfo (Public-key algorithms): Say that the public key
-- 
GitLab