aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cryptography/x509.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/x509.py b/src/cryptography/x509.py
index 24d501e5..0f72abb3 100644
--- a/src/cryptography/x509.py
+++ b/src/cryptography/x509.py
@@ -1482,7 +1482,7 @@ class CertificateSigningRequestBuilder(object):
self._subject_name, self._extensions + [extension]
)
- def sign(self, backend, private_key, algorithm):
+ def sign(self, private_key, algorithm, backend):
"""
Signs the request using the requestor's private key.
"""