Support ECDH key exchange.
[tinc] / src / openssl / ecdh.h
index c5b43d8..bf32266 100644 (file)
@@ -23,6 +23,7 @@
 #include <openssl/ecdh.h>
 
 #define ECDH_SIZE 67
+#define ECDH_SHARED_SIZE 66
 
 typedef EC_KEY *ecdh_t;