X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnode.h;h=0ce7542324846e81a7faa0de0960a36974d68f58;hb=810847248ae90140ee6f3e568add80aef88c3def;hp=05d751ccda77d73d46cb92d6c26af7a5ed9aa523;hpb=8dfa072733feab737cabf69f000c70657719826a;p=meshlink diff --git a/src/node.h b/src/node.h index 05d751cc..0ce75423 100644 --- a/src/node.h +++ b/src/node.h @@ -49,6 +49,7 @@ typedef struct node_t { node_status_t status; time_t last_req_key; + ecdsa_t ecdsa; /* His public ECDSA key */ ecdh_t ecdh; /* State for ECDH key exchange */ cipher_t incipher; /* Cipher for UDP packets */