]> git.meshlink.io Git - meshlink/commitdiff
Add #include "crypto.h" because we are using randomize().
authorGuus Sliepen <guus@meshlink.io>
Sun, 25 May 2014 19:15:30 +0000 (21:15 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sun, 25 May 2014 19:15:30 +0000 (21:15 +0200)
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__