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
1 changed files with 1 additions and 0 deletions

View File

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