Add stricter checks for netnames.
[tinc] / src / ecdh.h
index fbd4729..c5ea3ef 100644 (file)
@@ -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;