summaryrefslogtreecommitdiff
path: root/auto_tests/dht_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/dht_test.c')
-rw-r--r--auto_tests/dht_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/dht_test.c b/auto_tests/dht_test.c
index fe23a598..2814263f 100644
--- a/auto_tests/dht_test.c
+++ b/auto_tests/dht_test.c
@@ -413,7 +413,7 @@ static void print_pk(uint8_t *public_key)
413 uint32_t j; 413 uint32_t j;
414 414
415 for (j = 0; j < CRYPTO_PUBLIC_KEY_SIZE; j++) { 415 for (j = 0; j < CRYPTO_PUBLIC_KEY_SIZE; j++) {
416 printf("%02hhX", public_key[j]); 416 printf("%02X", public_key[j]);
417 } 417 }
418 418
419 printf("\n"); 419 printf("\n");