diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-05-30 18:35:02 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-05-30 18:35:02 +0000 |
commit | 93fba12ad8159dc6b683f9e7ce9f0528a11047f5 (patch) | |
tree | 73b1bd212c6c5a32adb924d208d8a315b606e854 /src/util/crypto_mpi.c | |
parent | cfd880578bd21f9adedba557291c903d325e93cd (diff) |
make libextractor actually optional, both for GNUnet and GNUnet-taler builds
Diffstat (limited to 'src/util/crypto_mpi.c')
-rw-r--r-- | src/util/crypto_mpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_mpi.c b/src/util/crypto_mpi.c index 806a35da8b..ad64778fd4 100644 --- a/src/util/crypto_mpi.c +++ b/src/util/crypto_mpi.c @@ -26,7 +26,7 @@ */ #include "platform.h" #include <gcrypt.h> -#include "gnunet_util_lib.h" +#include "gnunet_crypto_lib.h" #define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__) |