]> www.tinc-vpn.org Git - tinc/blobdiff - src/protocol_auth.c
Fix building tinc and running tests on Solaris
[tinc] / src / protocol_auth.c
index 02b7399c716b3d00a01302edd67c3e4a66a5e4d3..0049cd93a24646f55640412abfcef207c1a7bd65 100644 (file)
@@ -46,6 +46,9 @@
 #include "ed25519/sha512.h"
 #include "keys.h"
 
+/* If nonzero, use null ciphers and skip all key exchanges. */
+bool bypass_security = false;
+
 int invitation_lifetime;
 ecdsa_t *invitation_key = NULL;