aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/certutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'netlib/certutils.py')
-rw-r--r--netlib/certutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlib/certutils.py b/netlib/certutils.py
index ade61bb5..c6f0e628 100644
--- a/netlib/certutils.py
+++ b/netlib/certutils.py
@@ -333,7 +333,7 @@ class CertStore(object):
return entry.cert, entry.privatekey, entry.chain_file
- def gen_pkey(self, cert):
+ def gen_pkey(self, cert_):
# FIXME: We should do something with cert here?
from . import certffi
certffi.set_flags(self.default_privatekey, 1)