remove SHA-512 code, use libgcrypt implementation
[oweals/gnunet.git] / src / dht / test_dht_twopeer.c
index 51ba9ceb383767d3c59fd7f1e7755e3d9321b9a8..02e789069a2269c0d8ac9d8602f08e3f550d1629 100644 (file)
@@ -28,7 +28,7 @@
 #include "gnunet_dht_service.h"
 
 /* DEFINES */
-#define VERBOSE GNUNET_YES
+#define VERBOSE GNUNET_NO
 
 #define MAX_GET_ATTEMPTS 10
 
@@ -251,7 +251,7 @@ do_get (void *cls, const struct GNUNET_SCHEDULER_TaskContext * tc)
 
   get_context->get_handle = GNUNET_DHT_get_start(get_context->dht_handle, 
                                                 GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 5),
-                                                 0 /* fixme: real type */, 
+                                                GNUNET_BLOCK_TYPE_DHT_HELLO,
                                                 &get_context->peer->hashPubKey,
                                                 GNUNET_DHT_RO_NONE,
                                                 NULL, 0,