1
0
mirror of https://github.com/jb55/nostril.git synced 2025-08-07 17:58:27 -04:00

space it out a bit

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-08-30 08:22:41 -07:00
parent 5dd60cfb26
commit 1411b0a692

@@ -739,6 +739,7 @@ int main(int argc, const char *argv[])
} }
fprintf(stderr, "secret_key "); fprintf(stderr, "secret_key ");
print_hex(key.secret, sizeof(key.secret)); print_hex(key.secret, sizeof(key.secret));
fprintf(stderr, "\n");
} }
if (args.flags & HAS_ENCRYPT) { if (args.flags & HAS_ENCRYPT) {