summaryrefslogtreecommitdiffstats
path: root/base/common/python
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/python')
-rw-r--r--base/common/python/pki/nssdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/common/python/pki/nssdb.py b/base/common/python/pki/nssdb.py
index 736efcac3..c044ba1fb 100644
--- a/base/common/python/pki/nssdb.py
+++ b/base/common/python/pki/nssdb.py
@@ -237,7 +237,7 @@ class NSSDatabase(object):
if basic_constraints_ext:
- cmd.extend(['-2', hash_alg])
+ cmd.extend(['-2'])
# Is this a CA certificate [y/N]?
if basic_constraints_ext['ca']: