summaryrefslogtreecommitdiff
path: root/testing/DHT_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/DHT_test.c')
-rw-r--r--testing/DHT_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/DHT_test.c b/testing/DHT_test.c
index df4b0c83..c9223546 100644
--- a/testing/DHT_test.c
+++ b/testing/DHT_test.c
@@ -52,7 +52,7 @@
52 52
53#define PORT 33445 53#define PORT 33445
54 54
55uint8_t zeroes_cid[crypto_box_PUBLICKEYBYTES]; 55static uint8_t zeroes_cid[crypto_box_PUBLICKEYBYTES];
56 56
57static void print_client_id(uint8_t *public_key) 57static void print_client_id(uint8_t *public_key)
58{ 58{