summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/config
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-03-09 11:38:17 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-03-09 11:38:17 -0300
commitd67402521a1feb04fa3cf25154ff5704f2fe0bc7 (patch)
tree8223e5b2ec012329264b429176cab1f8c5bad308 /src/leap/bitmask/config
parentb5af597c9ee51a3334416b775ef1397a3bef4430 (diff)
parentf78e2d196a89c2881c1f9c72dd380033f957af1c (diff)
Merge branch 'release/0.8.x' into develop
Diffstat (limited to 'src/leap/bitmask/config')
-rw-r--r--src/leap/bitmask/config/flags.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/leap/bitmask/config/flags.py b/src/leap/bitmask/config/flags.py
index 6b70659d..cdde1971 100644
--- a/src/leap/bitmask/config/flags.py
+++ b/src/leap/bitmask/config/flags.py
@@ -55,3 +55,6 @@ OPENVPN_VERBOSITY = 1
# Skip the checks in the wizard, use for testing purposes only!
SKIP_WIZARD_CHECKS = False
+
+# This flag tells us whether the current pyzmq supports using CurveZMQ or not.
+ZMQ_HAS_CURVE = None