commit 94ec40e42c2f1515fd496fd9ee10ec60c4a0cd63 parent 7aac7dbb2bbaf2250d0b9ecf7ecac33086242906 Author: z3bra <willyatmailoodotorg> Date: Tue May 10 21:00:40 +12000 Put a new line before the signature Diffstat:
sick.c | | | 2 | +- |
diff --git a/sick.c b/sick.c @@ -8,7 +8,7 @@ #include "base64.h" #include "ed25519.h" -#define SIGBEGIN "-----BEGIN ED25519 SIGNATURE-----\n" +#define SIGBEGIN "\n-----BEGIN ED25519 SIGNATURE-----\n" #define SIGEND "-----END ED25519 SIGNATURE-----\n" enum {