]> git.meshlink.io Git - meshlink/blobdiff - src/ed25519/ecdsagen.c
Add #include "crypto.h" because we are using randomize().
[meshlink] / src / ed25519 / ecdsagen.c
index 418457390d5033069700d277985ba7f242fa3113..13707e0255d10f35f758c416a8bd0f58b5338789 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "../system.h"
 
+#include "../crypto.h"
 #include "ed25519.h"
 
 #define __TINC_ECDSA_INTERNAL__