X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Fcrypto_crc.c;h=cda6243bee2723d88494dba18397cd187aba4efc;hb=71c8f1cd446bbd38e2e5ffda87355c10d28bb873;hp=ea50b636c0913e4fcf1761abf485db1e70366686;hpb=5c70099f12dca398e9e6aaab13610207982f666f;p=oweals%2Fgnunet.git diff --git a/src/util/crypto_crc.c b/src/util/crypto_crc.c index ea50b636c..cda6243be 100644 --- a/src/util/crypto_crc.c +++ b/src/util/crypto_crc.c @@ -4,7 +4,7 @@ GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but @@ -28,8 +28,7 @@ * @author Christian Grothoff */ #include "platform.h" -#include "gnunet_common.h" -#include "gnunet_crypto_lib.h" +#include "gnunet_util_lib.h" #define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__)