tRemove \n prefixing SIGBEGIN - sick - sign and check files using ed25519
HTML git clone git://z3bra.org/sick
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 97fda1b50e8baf17d602bae061b2893268fb97e8
DIR parent 7b15a4a59216c496823d85e05bf1943bdc94aa46
HTML Author: z3bra <willyatmailoodotorg>
Date: Sun, 15 May 2016 19:16:46 +0200
Remove \n prefixing SIGBEGIN
Diffstat:
M sick.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/sick.c b/sick.c
t@@ -8,8 +8,8 @@
#include "base64.h"
#include "ed25519.h"
-#define SIGBEGIN "\n-----BEGIN ED25519 SIGNATURE-----\n"
-#define SIGEND "-----END ED25519 SIGNATURE-----\n"
+#define SIGBEGIN "-----BEGIN ED25519 SIGNATURE-----\n"
+#define SIGEND "-----END ED25519 SIGNATURE-----\n"
enum {
ACT_NONE,