]> tinc-vpn.org Git - tinc/blobdiff - src/net.h
Protocol fix (ANS_KEY). This breaks 0.3.3 protocol compatibility.
[tinc] / src / net.h
index f2d34be0d802afd0d20de0bbddae48bc9d14788e..93b8c31ab7da9132971a2fb5cdb45a01f70e95db 100644 (file)
--- 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;