X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fprotocol.h;h=8e2258fc3401d1a218e7ef4794b70b2e6473638f;hb=c59a97353703333eae2834e238bad2eb61e21d98;hp=68b11462143c33a9fdd8adc99c0932439752cc73;hpb=2956559f7d12caa9779207525419801e0e9ab3e3;p=meshlink diff --git a/src/protocol.h b/src/protocol.h index 68b11462..8e2258fc 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -56,8 +56,6 @@ typedef struct past_request_t { time_t firstseen; } past_request_t; -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.