summaryrefslogtreecommitdiff
path: root/tests/test_x509.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2015-11-26 23:48:35 +0100
committerMatěj Cepl <mcepl@cepl.eu>2015-11-27 00:26:21 +0100
commit6b160a84009a08316036f1308fe1a3ba9b808f62 (patch)
tree562cb9bb863b9ee92b6944c40c49bc60f3e17e6f /tests/test_x509.py
parent24684d2931399e06ec7549549a18da1d74c50a32 (diff)
downloadm2crypto-6b160a84009a08316036f1308fe1a3ba9b808f62.tar.gz
Another fixes to tests/makecerts.py and related modification of PEMs.
Diffstat (limited to 'tests/test_x509.py')
-rw-r--r--tests/test_x509.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_x509.py b/tests/test_x509.py
index ae533bd..70bb44d 100644
--- a/tests/test_x509.py
+++ b/tests/test_x509.py
@@ -33,7 +33,7 @@ class X509TestCase(unittest.TestCase):
pass
def setUp(self):
- self.expected_hash = 'F68ED986C59F092FEA55E8504F7361967BB4C867'
+ self.expected_hash = 'F0429E180321BB3C0CBEAB811360BB0E27CC0259'
def mkreq(self, bits, ca=0):
pk = EVP.PKey()