sick

sign and check files using ed25519
Log | Files | Refs | Submodules | README | LICENSE

commit 97fda1b50e8baf17d602bae061b2893268fb97e8
parent 7b15a4a59216c496823d85e05bf1943bdc94aa46
Author: z3bra <willyatmailoodotorg>
Date:   Sun May 15 19:16:46 +12000

Remove \n prefixing SIGBEGIN

Diffstat:
sick.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sick.c b/sick.c @@ -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,