remove SHA-512 code, use libgcrypt implementation
[oweals/gnunet.git] / src / dht / test_dht_multipeer.c
index bc7db2302f9ed9aa253d69e0610015af6f5a458b..65eb213e26697c456dc9f09ffd8667a1e6aa588f 100644 (file)
@@ -28,7 +28,7 @@
 #include "gnunet_dht_service.h"
 
 /* DEFINES */
-#define VERBOSE GNUNET_YES
+#define VERBOSE GNUNET_NO
 
 /* Timeout for entire testcase */
 #define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MINUTES, 5)
@@ -394,7 +394,7 @@ void get_result_iterator (void *cls,
                           const struct GNUNET_PeerIdentity * const *get_path,
                          const struct GNUNET_PeerIdentity * const *put_path,
                          enum GNUNET_BLOCK_Type type,
-                          uint32_t size,
+                          size_t size,
                           const void *data)
 {
   struct TestGetContext *test_get = cls;