aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-30 18:35:02 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-30 18:35:02 +0000
commit93fba12ad8159dc6b683f9e7ce9f0528a11047f5 (patch)
tree73b1bd212c6c5a32adb924d208d8a315b606e854 /src/include/gnunet_crypto_lib.h
parentcfd880578bd21f9adedba557291c903d325e93cd (diff)
downloadgnunet-93fba12ad8159dc6b683f9e7ce9f0528a11047f5.tar.gz
gnunet-93fba12ad8159dc6b683f9e7ce9f0528a11047f5.zip
make libextractor actually optional, both for GNUnet and GNUnet-taler builds
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r--src/include/gnunet_crypto_lib.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index ff337e797..99508af43 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -54,9 +54,13 @@ struct GNUNET_HashCode;
54struct GNUNET_PeerIdentity; 54struct GNUNET_PeerIdentity;
55 55
56#include "gnunet_common.h" 56#include "gnunet_common.h"
57#include "gnunet_scheduler_lib.h"
58#include <gcrypt.h> 57#include <gcrypt.h>
59 58
59/**
60 * We need this enum here, but not the entire scheduler API.
61 * For the full definition, see gnunet_scheduler_lib.h.
62 */
63enum GNUNET_SCHEDULER_Priority;
60 64
61/** 65/**
62 * @brief A 512-bit hashcode 66 * @brief A 512-bit hashcode