X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnode.h;h=82294a7fc12ab0bea153040af1889e64e4ad04f9;hb=4124b9682f8f890acb25d0c92f2583eef670274a;hp=9b0d136f2bc5cc5e34366c50107d1a38b3fd6da1;hpb=5a132550deb58473285e5f91705d286aef47be71;p=tinc diff --git a/src/node.h b/src/node.h index 9b0d136f..82294a7f 100644 --- a/src/node.h +++ b/src/node.h @@ -56,11 +56,9 @@ typedef struct node_t { cipher_t incipher; /* Cipher for UDP packets */ digest_t indigest; /* Digest for UDP packets */ - int inmaclength; /* Portion of digest to use */ cipher_t outcipher; /* Cipher for UDP packets */ digest_t outdigest; /* Digest for UDP packets */ - int outmaclength; /* Portion of digest to use */ int incompression; /* Compressionlevel, 0 = no compression */ int outcompression; /* Compressionlevel, 0 = no compression */