From 8ada538c021aa5f1699be1528b8aafdf5bc6527f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Sun, 10 Nov 2002 14:56:49 +0100
Subject: [PATCH] *** empty log message ***

Rev: src/nettle/ChangeLog:1.147
Rev: src/nettle/tools/.cvsignore:1.2
---
 ChangeLog        | 24 ++++++++++++++++++++++++
 tools/.cvsignore |  3 +++
 tools/.gitignore |  3 +++
 3 files changed, 30 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 893175d8..79c7d53b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2002-11-10  Niels M�ller  <nisse@cuckoo.hack.org>
+
+	* tools/sexp-conv.c: Use supplied getopt.
+	(werror): New function.
+	(sexp_output_hash_init): New function.
+	(sexp_put_char): Made base64 linebreaking configurable.
+	Implemented hashing. 
+	(sexp_put_code_start, sexp_put_code_end): Don't output any
+	delimiters here.
+	(sexp_put_string): Output base64 delimiters.
+	(sexp_put_digest): New function.
+	(sexp_convert_item): Output transport delimiters.
+	(sexp_convert_file): Deleted function, folded with main.
+	(parse_options): New function.
+	(main): Implemented --hash and --once, needed by lsh-authorize.
+
+	* sexp.h (struct sexp_iterator): New field start.
+
+	* sexp.c (sexp_iterator_subexpr): New function.
+	(sexp_iterator_parse): Initialize ITERATOR->start.
+
+	* sexp-format.c (sexp_vformat): Abort if format string contains
+	unhandled characters.
+
 2002-11-08  Niels M�ller  <niels@s3.kth.se>
 
 	* des-compat.c (des_ecb3_encrypt): Don't use struct initialization
diff --git a/tools/.cvsignore b/tools/.cvsignore
index 70845e08..4aab25ff 100644
--- a/tools/.cvsignore
+++ b/tools/.cvsignore
@@ -1 +1,4 @@
+.deps
+Makefile
 Makefile.in
+sexp-conv
diff --git a/tools/.gitignore b/tools/.gitignore
index 10a7e8d6..0d9c08db 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -1 +1,4 @@
+/.deps
+/Makefile
 /Makefile.in
+/sexp-conv
-- 
GitLab