From 1411b0a692efb8d445d03461e631dbfec9c5d0e3 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Tue, 30 Aug 2022 08:22:41 -0700 Subject: [PATCH] space it out a bit Signed-off-by: William Casarin --- nostril.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nostril.c b/nostril.c index 714c9b9..8958342 100644 --- a/nostril.c +++ b/nostril.c @@ -739,6 +739,7 @@ int main(int argc, const char *argv[]) } fprintf(stderr, "secret_key "); print_hex(key.secret, sizeof(key.secret)); + fprintf(stderr, "\n"); } if (args.flags & HAS_ENCRYPT) {