mirror of
https://github.com/jb55/nostril.git
synced 2024-11-21 16:29:06 -05:00
space it out a bit
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
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) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user