aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_edx25519.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/crypto_edx25519.c')
-rw-r--r--src/util/crypto_edx25519.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/crypto_edx25519.c b/src/util/crypto_edx25519.c
index e43c1685b..2d9a76aa3 100644
--- a/src/util/crypto_edx25519.c
+++ b/src/util/crypto_edx25519.c
@@ -26,11 +26,11 @@
26 * @author Florian Dold 26 * @author Florian Dold
27 * @author Martin Schanzenbach 27 * @author Martin Schanzenbach
28 */ 28 */
29
29#include "platform.h" 30#include "platform.h"
30#include <gcrypt.h> 31#include <gcrypt.h>
31#include <sodium.h> 32#include <sodium.h>
32#include "gnunet_crypto_lib.h" 33#include "gnunet_util_lib.h"
33#include "gnunet_strings_lib.h"
34 34
35#define CURVE "Ed25519" 35#define CURVE "Ed25519"
36 36