aboutsummaryrefslogtreecommitdiff
path: root/src/ext/ed25519/ref10/keypair.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/ed25519/ref10/keypair.c')
-rw-r--r--src/ext/ed25519/ref10/keypair.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ext/ed25519/ref10/keypair.c b/src/ext/ed25519/ref10/keypair.c
index 7ddbaa971e..68a88f9adc 100644
--- a/src/ext/ed25519/ref10/keypair.c
+++ b/src/ext/ed25519/ref10/keypair.c
@@ -1,6 +1,7 @@
/* Modified for Tor: new API, 64-byte secret keys. */
-#include <string.h>
+
#include "randombytes.h"
+#include <string.h>
#include "crypto_sign.h"
#include "crypto_hash_sha512.h"
#include "ge.h"