X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fprotocol.h;h=8e2258fc3401d1a218e7ef4794b70b2e6473638f;hb=56ecf5049433a45c865f945915b65bdae307ba4f;hp=68b11462143c33a9fdd8adc99c0932439752cc73;hpb=fb7b6e7a0c966a88a682f656ca1caeb9a0583c5b;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.