aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/crypto_hash.c')
-rw-r--r--src/util/crypto_hash.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/util/crypto_hash.c b/src/util/crypto_hash.c
index e1997c3bb..67cf92d17 100644
--- a/src/util/crypto_hash.c
+++ b/src/util/crypto_hash.c
@@ -26,10 +26,7 @@
26 */ 26 */
27 27
28#include "platform.h" 28#include "platform.h"
29#include "gnunet_common.h" 29#include "gnunet_util_lib.h"
30#include "gnunet_crypto_lib.h"
31#include "gnunet_disk_lib.h"
32#include "gnunet_strings_lib.h"
33#include <gcrypt.h> 30#include <gcrypt.h>
34 31
35#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__) 32#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__)