Changed output format slightly
This commit is contained in:
parent
6f3198f14d
commit
30c7739e93
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -157,7 +157,7 @@ main(int argc, char *argv[])
|
||||||
|
|
||||||
char buf[129];
|
char buf[129];
|
||||||
bintohex(buf, 64, dk);
|
bintohex(buf, 64, dk);
|
||||||
printf("Hex passkey: %s\n", buf);
|
printf("Pass hex: %s\n", buf);
|
||||||
|
|
||||||
/* If we failed, print the right error message and exit. */
|
/* If we failed, print the right error message and exit. */
|
||||||
if (rc != 0) {
|
if (rc != 0) {
|
||||||
|
|
Reference in a new issue