From 3a97b01cbdc674ae83644b1b364cd0765da17906 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Thu, 8 Jan 2004 13:39:09 +0100
Subject: [PATCH] *** empty log message ***

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

diff --git a/ChangeLog b/ChangeLog
index 29cd5e91..36ed25da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-01-08  Niels M�ller  <niels@s3.kth.se>
+
+	* rsa-keygen.c (bignum_next_prime): Fixed off-by-one error when
+	comparing input to the largest listed prime. General cleanup, as
+	prime_limit > 0 always. Use TMP_DECL and TMP_ALLOC.
+
+	* nettle-internal.h (TMP_DECL, TMP_ALLOC): New macros. When alloca
+	is unavailable, they work by allocating a fix amount of stack and
+	imposing a hard limit on what can be allocated. Updated all users
+	of alloca.
+
 2004-01-07  Niels M�ller  <nisse@harpo.hack.org>
 
 	* nettle-types.h: New (generated) file, to be used instead of
-- 
GitLab