X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnode.h;h=f96c56e383ac24bd555aa1af9c08eeab6c2e5561;hp=815b793f543f92870b87d5b22c955d71268f4b36;hb=f22b9417510cca258785f8958c8dfed90e26d81b;hpb=49a2cd806c73cff1ab6a712a996c7f7d4e1f32c0 diff --git a/src/node.h b/src/node.h index 815b793f..f96c56e3 100644 --- a/src/node.h +++ b/src/node.h @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: node.h,v 1.1.2.1 2001/10/09 19:30:30 guus Exp $ + $Id: node.h,v 1.1.2.2 2001/10/09 19:37:10 guus Exp $ */ typedef struct node_t { @@ -31,9 +31,9 @@ typedef struct node_t { status_bits_t status; /* status info */ - EVP_CIPHER *cipher_pkttype; /* Cipher type for UDP packets */ - char *cipher_pktkey; /* Cipher key and iv */ - int cipher_pktkeylength; /* Cipher key and iv length*/ + EVP_CIPHER *cipher; /* Cipher type for UDP packets */ + char *key; /* Cipher key and iv */ + int keylength; /* Cipher key and iv length*/ list_t *queue; /* Queue for packets awaiting to be encrypted */