]> tinc-vpn.org Git - tinc/blobdiff - src/connection.h
Wipe (some) secrets from memory after use
[tinc] / src / connection.h
index 98177448a513b297a9bf239bebae19ddebcce308..e39d74bb14f44cb2c6fa654a50efac7186efc752 100644 (file)
@@ -27,6 +27,7 @@
 #include "rsa.h"
 #include "list.h"
 #include "sptps.h"
+#include "logger.h"
 
 #define OPTION_INDIRECT         0x0001
 #define OPTION_TCPONLY          0x0002
@@ -107,7 +108,7 @@ typedef struct connection_t {
        sptps_t sptps;
 
        int outmaclength;
-       int outcompression;             /* compression level from compression_level_t */
+       debug_t log_level;              /* used for REQ_LOG */
 
        uint8_t *hischallenge;          /* The challenge we sent to him */
        uint8_t *mychallenge;           /* The challenge we received */