aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cryptography/hazmat/primitives/asymmetric/rsa.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/hazmat/primitives/asymmetric/rsa.py b/cryptography/hazmat/primitives/asymmetric/rsa.py
index 3ddecf99..e84472c7 100644
--- a/cryptography/hazmat/primitives/asymmetric/rsa.py
+++ b/cryptography/hazmat/primitives/asymmetric/rsa.py
@@ -266,7 +266,7 @@ class RSAPrivateNumbers(object):
self._q = q
self._d = d
self._dmp1 = dmp1
- self._dmpq1 = dmq1
+ self._dmq1 = dmq1
self._iqmp = iqmp
self._public_numbers = public_numbers