X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Fcrypto_hkdf.c;h=c2b96778a6e1284161bdc06effc2313b4efc2c25;hb=72c8645af31896829b674b575c5375706f362a30;hp=0654b51f6bf674b542d343689f0335d8f60a52b6;hpb=5746309cb4be2073d550ad7a6885e918631dbc38;p=oweals%2Fgnunet.git diff --git a/src/util/crypto_hkdf.c b/src/util/crypto_hkdf.c index 0654b51f6..c2b96778a 100644 --- a/src/util/crypto_hkdf.c +++ b/src/util/crypto_hkdf.c @@ -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"