X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Fcrypto_aes.c;h=8b031f3677a08f97dca0cd6a3189536bcd084e4c;hb=f491ac4fab469421986f77df0bbf79fefc417786;hp=a984e17fc2dac79fce5ef533ea2f73bb481822e3;hpb=5746309cb4be2073d550ad7a6885e918631dbc38;p=oweals%2Fgnunet.git diff --git a/src/util/crypto_aes.c b/src/util/crypto_aes.c index a984e17fc..8b031f367 100644 --- a/src/util/crypto_aes.c +++ b/src/util/crypto_aes.c @@ -30,6 +30,8 @@ #include "gnunet_crypto_lib.h" #include +#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__) + /** * Create a new SessionKey (for AES-256). */