X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Fnode.h;h=0ce7542324846e81a7faa0de0960a36974d68f58;hb=cff27a258f3b3a97b5d2e309c264eceea41dff3a;hp=05d751ccda77d73d46cb92d6c26af7a5ed9aa523;hpb=03ac48ea19914e4162f17a2fb0f742b99ae32499;p=tinc 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 */