summaryrefslogtreecommitdiff
path: root/other/DHT_bootstrap.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-22 13:19:38 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-22 13:19:38 -0400
commit7719a9ed5807aede732230ad30bc31f536a0c4ae (patch)
tree12b9d8bf93cd2f9c2bc87d17ea02b6900e69d4b8 /other/DHT_bootstrap.c
parentf249084772d40b54ec57c1d96943f2faeddbc7b3 (diff)
init_cryptopacket is now called by new_DHT.
Diffstat (limited to 'other/DHT_bootstrap.c')
-rw-r--r--other/DHT_bootstrap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/other/DHT_bootstrap.c b/other/DHT_bootstrap.c
index 5d97b37a..c0d4fcc6 100644
--- a/other/DHT_bootstrap.c
+++ b/other/DHT_bootstrap.c
@@ -86,7 +86,6 @@ int main(int argc, char *argv[])
86 IP ip; 86 IP ip;
87 ip.i = 0; 87 ip.i = 0;
88 DHT *dht = new_DHT(new_net_crypto(new_networking(ip, PORT))); 88 DHT *dht = new_DHT(new_net_crypto(new_networking(ip, PORT)));
89 init_cryptopackets(dht);
90 manage_keys(dht); 89 manage_keys(dht);
91 printf("Public key: "); 90 printf("Public key: ");
92 uint32_t i; 91 uint32_t i;