summaryrefslogtreecommitdiff
path: root/src/ext/ed25519/ref10/open.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/ed25519/ref10/open.c')
-rw-r--r--src/ext/ed25519/ref10/open.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ext/ed25519/ref10/open.c b/src/ext/ed25519/ref10/open.c
index 9dbeb4cdd0..3ab7b7d6e7 100644
--- a/src/ext/ed25519/ref10/open.c
+++ b/src/ext/ed25519/ref10/open.c
@@ -1,6 +1,7 @@
/* (Modified by Tor to verify signature separately from message) */
-#include <string.h>
+
#include "crypto_sign.h"
+#include <string.h>
#include "crypto_hash_sha512.h"
#include "crypto_verify_32.h"
#include "ge.h"