summaryrefslogtreecommitdiff
path: root/tests/test_crypto.py
diff options
context:
space:
mode:
authorAnthony Alba <ascanio.alba7@gmail.com>2015-12-04 11:58:02 +0800
committerAnthony Alba <ascanio.alba7@gmail.com>2015-12-04 11:58:02 +0800
commitc4206f65896523a958d9a0286be95a815c01e498 (patch)
treed5c8033c96f09f01ed8b2a3a8f3c36d0bb6d35a3 /tests/test_crypto.py
parent2ce737fc86213b2784ea4fde507c3a40701e1f75 (diff)
downloadpyopenssl-git-c4206f65896523a958d9a0286be95a815c01e498.tar.gz
Correction for coding convention.
Diffstat (limited to 'tests/test_crypto.py')
-rw-r--r--tests/test_crypto.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_crypto.py b/tests/test_crypto.py
index e0feda2..8047779 100644
--- a/tests/test_crypto.py
+++ b/tests/test_crypto.py
@@ -54,8 +54,6 @@ def normalize_privatekey_pem(pem):
GOOD_CIPHER = "blowfish"
BAD_CIPHER = "zippers"
-#GOOD_DIGEST = "MD5"
-# MD5 verification disabled in some distros OpenSSL
GOOD_DIGEST = "SHA1"
BAD_DIGEST = "monkeys"