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) {