summaryrefslogtreecommitdiffstats
path: root/func/SSLCommon.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-02-25 14:29:57 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-02-25 14:29:57 -0500
commitf2e2df8491b9e9d71ed88855e2b043f76d22e119 (patch)
tree5a4b69c9b9e38057256624f1c173f59d928487e5 /func/SSLCommon.py
parent6fd13e5c3c572ebb64d70cfaa2f2160a13dbc838 (diff)
downloadthird_party-func-f2e2df8491b9e9d71ed88855e2b043f76d22e119.tar.gz
third_party-func-f2e2df8491b9e9d71ed88855e2b043f76d22e119.tar.xz
third_party-func-f2e2df8491b9e9d71ed88855e2b043f76d22e119.zip
Revert "first pass at splitting off certmaster"
This reverts commit 6fd13e5c3c572ebb64d70cfaa2f2160a13dbc838.
Diffstat (limited to 'func/SSLCommon.py')
-rw-r--r--func/SSLCommon.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/func/SSLCommon.py b/func/SSLCommon.py
index b37fc68..6959749 100644
--- a/func/SSLCommon.py
+++ b/func/SSLCommon.py
@@ -30,7 +30,6 @@ def our_verify(connection, x509, errNum, errDepth, preverifyOK):
def CreateSSLContext(pkey, cert, ca_cert):
- print pkey, cert, ca_cert
for f in pkey, cert, ca_cert:
if f and not os.access(f, os.R_OK):
print "%s does not exist or is not readable." % f