Protocol fix (ANS_KEY). This breaks 0.3.3 protocol compatibility.
[tinc] / src / net.h
index f2d34be..93b8c31 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;