X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fecdh.h;h=03ff77ae9f2429f5eb1b7a06814faed902fe6075;hb=7593adb9ad9e6ff73afe29e9bd445cea8615a151;hp=fbd47292b614ca06098dd3153974b918918266c8;hpb=7b949262c4c01fdeff30a612d43f4b64f1ad426f;p=meshlink diff --git a/src/ecdh.h b/src/ecdh.h index fbd47292..03ff77ae 100644 --- a/src/ecdh.h +++ b/src/ecdh.h @@ -1,6 +1,6 @@ /* ecdh.h -- header file for ecdh.c - 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 @@ -20,8 +20,8 @@ #ifndef __TINC_ECDH_H__ #define __TINC_ECDH_H__ -#define ECDH_SIZE 67 -#define ECDH_SHARED_SIZE 66 +#define ECDH_SIZE 32 +#define ECDH_SHARED_SIZE 32 #ifndef __TINC_ECDH_INTERNAL__ typedef struct ecdh ecdh_t;