summaryrefslogtreecommitdiff
path: root/tests/test_dh.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2017-09-18 19:01:41 +0200
committerMatěj Cepl <mcepl@cepl.eu>2017-09-20 17:14:13 +0200
commit6adde3175c8d5b95d64122681daa790a6f572a32 (patch)
tree4dafda28bc03d83edc33d23f9aedb08b19d96d3b /tests/test_dh.py
parentdb5bd9a8b495f57117791a160a5662001ff96e22 (diff)
downloadm2crypto-6adde3175c8d5b95d64122681daa790a6f572a32.tar.gz
Don't use deprecated *_generate_key functions, update.
Diffstat (limited to 'tests/test_dh.py')
-rw-r--r--tests/test_dh.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_dh.py b/tests/test_dh.py
index d5920da..20b763a 100644
--- a/tests/test_dh.py
+++ b/tests/test_dh.py
@@ -11,6 +11,7 @@ except ImportError:
from M2Crypto import DH, BIO, Rand
+
class DHTestCase(unittest.TestCase):
params = 'tests/dhparam.pem'