From f8778685279723420268c0e4bd46a9cd25e3f4d3 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 2 Apr 2014 18:04:43 -0500 Subject: DummyMGF needs a _salt_length too --- tests/hazmat/primitives/test_rsa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/hazmat/primitives/test_rsa.py b/tests/hazmat/primitives/test_rsa.py index fa0b5983..cc87d981 100644 --- a/tests/hazmat/primitives/test_rsa.py +++ b/tests/hazmat/primitives/test_rsa.py @@ -39,7 +39,7 @@ class DummyPadding(object): class DummyMGF(object): - pass + _salt_length = 0 def _modinv(e, m): -- cgit v1.2.3