X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fprotocol.h;h=93ef3f231b01daa873187026f34953f72da8932e;hp=1df54fc951d0eda6bb22c57c8f3f439f921a218a;hb=ced4c1a327b321a6d73028a3a15b41b0be64d910;hpb=12e68b95e6a84582a016492a467d0a16337a3c4b diff --git a/src/protocol.h b/src/protocol.h index 1df54fc9..93ef3f23 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -21,6 +21,8 @@ #ifndef __TINC_PROTOCOL_H__ #define __TINC_PROTOCOL_H__ +#include "ecdsa.h" + /* Protocol version. Different major versions are incompatible. */ #define PROT_MAJOR 17 @@ -59,6 +61,8 @@ extern bool tunnelserver; extern bool strictsubnets; extern bool experimental; +extern ecdsa_t *invitation_key; + /* Maximum size of strings in a request. * scanf terminates %2048s with a NUL character, * but the NUL character can be written after the 2048th non-NUL character.