X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fed25519%2Fecdsagen.c;h=4414259ecc9b626f819900df17d9dfb97070ad30;hb=8bb44d97e49251dbf4c8d6b66956b91c7d2144cf;hp=418457390d5033069700d277985ba7f242fa3113;hpb=f619a7412c1aeebcdeb98cb95244a9eed5d9b537;p=meshlink diff --git a/src/ed25519/ecdsagen.c b/src/ed25519/ecdsagen.c index 41845739..4414259e 100644 --- a/src/ed25519/ecdsagen.c +++ b/src/ed25519/ecdsagen.c @@ -1,6 +1,6 @@ /* ecdsagen.c -- ECDSA key generation and export - Copyright (C) 2011-2013 Guus Sliepen + Copyright (C) 2014 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,9 +19,10 @@ #include "../system.h" +#include "../crypto.h" #include "ed25519.h" -#define __TINC_ECDSA_INTERNAL__ +#define __MESHLINK_ECDSA_INTERNAL__ typedef struct { uint8_t private[64]; uint8_t public[32];