Changes that should have been in commit 46fa12e666badb79e480c4b2399787551f8266d0.
[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;