summaryrefslogtreecommitdiff
path: root/src/leap/common/ca_bundle.py
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2015-09-01 14:18:25 -0400
committerMicah Anderson <micah@riseup.net>2015-09-01 14:18:25 -0400
commit7c5de540396e1a84da4bbaf95865fc53239db5c3 (patch)
tree912d3bd175747fce1fd1fd4d1e01826598cad322 /src/leap/common/ca_bundle.py
parent3bb0b76770a124a13226556b60bcd84d3cc99a0b (diff)
parent56724056f95e3d908c3fd11840cf62e64afb9e0f (diff)
Merge remote-tracking branch 'kali/debian/0.4.2' into debian/experimental
Diffstat (limited to 'src/leap/common/ca_bundle.py')
-rw-r--r--src/leap/common/ca_bundle.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/common/ca_bundle.py b/src/leap/common/ca_bundle.py
index d8c72a6..2c41d18 100644
--- a/src/leap/common/ca_bundle.py
+++ b/src/leap/common/ca_bundle.py
@@ -28,6 +28,7 @@ _system = platform.system()
IS_MAC = _system == "Darwin"
+
def where():
"""
Return the preferred certificate bundle.