diff options
author | Anthony Alba <ascanio.alba7@gmail.com> | 2015-12-04 11:58:02 +0800 |
---|---|---|
committer | Anthony Alba <ascanio.alba7@gmail.com> | 2015-12-04 11:58:02 +0800 |
commit | c4206f65896523a958d9a0286be95a815c01e498 (patch) | |
tree | d5c8033c96f09f01ed8b2a3a8f3c36d0bb6d35a3 /tests/test_crypto.py | |
parent | 2ce737fc86213b2784ea4fde507c3a40701e1f75 (diff) | |
download | pyopenssl-git-c4206f65896523a958d9a0286be95a815c01e498.tar.gz |
Correction for coding convention.
Diffstat (limited to 'tests/test_crypto.py')
-rw-r--r-- | tests/test_crypto.py | 2 |
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" |