X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=93b8c31ab7da9132971a2fb5cdb45a01f70e95db;hp=f2d34be0d802afd0d20de0bbddae48bc9d14788e;hb=ca73b722cbad5a08ec9bb5026ed5129da9a24bd8;hpb=cd12345032e8547a50a1f7450814364f39f0c4ec diff --git a/src/net.h b/src/net.h index f2d34be0..93b8c31a 100644 --- a/src/net.h +++ b/src/net.h @@ -62,6 +62,7 @@ typedef struct real_packet_t { typedef struct passphrase_t { unsigned char type; + char unused1; unsigned short len; unsigned char phrase[MAX_PASSPHRASE_SIZE]; } passphrase_t;