-remove async ecc key generation, not needed
[oweals/gnunet.git] / src / util / crypto_hkdf.c
index 0654b51f6bf674b542d343689f0335d8f60a52b6..c2b96778a6e1284161bdc06effc2313b4efc2c25 100644 (file)
@@ -36,6 +36,8 @@
  * - Matthias Wachs (08.10.2010)
  */
 
+#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__)
+
 /**
  * Set this to 0 if you compile this code outside of GNUnet.
  */
@@ -47,6 +49,7 @@
 #define DEBUG_HKDF 0
 
 
+
 #if GNUNET_BUILD
 #include "platform.h"
 #include "gnunet_crypto_lib.h"