aboutsummaryrefslogtreecommitdiff
path: root/src/lib/util/crypto_hkdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/crypto_hkdf.c')
-rw-r--r--src/lib/util/crypto_hkdf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/util/crypto_hkdf.c b/src/lib/util/crypto_hkdf.c
index 5bf7bd49d..098cfbffc 100644
--- a/src/lib/util/crypto_hkdf.c
+++ b/src/lib/util/crypto_hkdf.c
@@ -36,7 +36,6 @@
36 * - Matthias Wachs (08.10.2010) 36 * - Matthias Wachs (08.10.2010)
37 */ 37 */
38 38
39#include "sodium/crypto_kdf_hkdf_sha256.h"
40#include "sodium/utils.h" 39#include "sodium/utils.h"
41#include <stdio.h> 40#include <stdio.h>
42#define LOG(kind, ...) GNUNET_log_from (kind, "util-crypto-hkdf", __VA_ARGS__) 41#define LOG(kind, ...) GNUNET_log_from (kind, "util-crypto-hkdf", __VA_ARGS__)