From bdab7092b69f1a6f30f1b31bfb525a9187349be7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Wed, 1 Jan 2003 19:15:27 +0100
Subject: [PATCH] *** empty log message ***

Rev: src/nettle/ChangeLog:1.157
Rev: src/nettle/tools/.c-style:1.1
---
 ChangeLog      | 10 ++++++++++
 tools/.c-style |  1 +
 2 files changed, 11 insertions(+)
 create mode 100644 tools/.c-style

diff --git a/ChangeLog b/ChangeLog
index ab281d31..67d2db0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2003-01-01  Niels Möller  <nisse@cuckoo.hack.org>
+
+	* testsuite/sexp-conv-test: New tests for hex and base64 literal
+	output. 
+
+	* tools/sexp-conv.c (sexp_put_string): Print binary strings using
+	either hex or base 64 (in advanced mode).
+	(parse_options): Implemented -s hex, for output using hex rather
+	than base64.
+
 2002-12-30  Niels Möller  <nisse@cuckoo.hack.org>
 
 	* testsuite/rsa2sexp-test.c: Don't include rsa.h (done by
diff --git a/tools/.c-style b/tools/.c-style
new file mode 100644
index 00000000..1112b4b1
--- /dev/null
+++ b/tools/.c-style
@@ -0,0 +1 @@
+"gnu"
-- 
GitLab