X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fed25519%2Fecdh.c;h=94ebab601ce5f97b33a3d0be703a9bcee3af2702;hb=8bb44d97e49251dbf4c8d6b66956b91c7d2144cf;hp=d0cd7e0aae80168b03940a13c880513f9599ef89;hpb=f619a7412c1aeebcdeb98cb95244a9eed5d9b537;p=meshlink diff --git a/src/ed25519/ecdh.c b/src/ed25519/ecdh.c index d0cd7e0a..94ebab60 100644 --- a/src/ed25519/ecdh.c +++ b/src/ed25519/ecdh.c @@ -1,6 +1,6 @@ /* ecdh.c -- Diffie-Hellman key exchange handling - 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 @@ -21,7 +21,7 @@ #include "ed25519.h" -#define __TINC_ECDH_INTERNAL__ +#define __MESHLINK_ECDH_INTERNAL__ typedef struct ecdh_t { uint8_t private[64]; } ecdh_t;