summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-20 10:34:32 +0200
committerChristian Grothoff <christian@grothoff.org>2015-07-20 10:34:32 +0200
commitbeceb3bc1612c2af875157fc4f0e7245dcfeef02 (patch)
tree46324b36d9a21ed57041c391ff6710c9d8eb5227 /src/include/taler_crypto_lib.h
parent0e69c33d1f2591673887a5fa4d293e6df7431c0f (diff)
downloadexchange-beceb3bc1612c2af875157fc4f0e7245dcfeef02.tar.gz
exchange-beceb3bc1612c2af875157fc4f0e7245dcfeef02.tar.bz2
exchange-beceb3bc1612c2af875157fc4f0e7245dcfeef02.zip
implementing #3905
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 6509935ab..4126894a1 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -24,11 +24,11 @@
#if HAVE_GNUNET_GNUNET_UTIL_LIB_H
#include <gnunet/gnunet_util_lib.h>
-#endif
-#if HAVE_GNUNET_GNUNET_UTIL_TALER_WALLET_LIB_H
+#include "taler_util.h"
+#elif HAVE_GNUNET_GNUNET_UTIL_TALER_WALLET_LIB_H
#include <gnunet/gnunet_util_taler_wallet_lib.h>
-#endif
#include "taler_util_wallet.h"
+#endif
#include <gcrypt.h>