X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Ftincd.c;h=45ff3ff697e51f21059534e271f4969e41b1954b;hb=2c424175639d62ea806b79173dfe6f554cf3ceb9;hp=7d580cf270c27def2aa84101f80fcce668f466f6;hpb=8b0e546465b3c53c8e165bc1c84d1f5e74feb6c6;p=meshlink diff --git a/src/tincd.c b/src/tincd.c index 7d580cf2..45ff3ff6 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -51,9 +51,6 @@ static bool show_help = false; /* If nonzero, print the version on standard output and exit. */ static bool show_version = false; -/* If nonzero, use null ciphers and skip all key exchanges. */ -bool bypass_security = false; - char **g_argv; /* a copy of the cmdline arguments */ static int status = 1;