commit | 9389c92dc8e34c5d69739e72aa845cfc0fe0fc65 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Sat Jul 25 12:24:04 2009 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Sat Jul 25 12:24:04 2009 -0400 |
tree | 197f8f5c18d379cbcad3c0ba317db8cf716b1ea5 | |
parent | a202edb45f449cc77eb8dc25a12f9070a32237a9 [diff] [blame] |
PKCS12 isn't a module
diff --git a/test/test_crypto.py b/test/test_crypto.py index 7340335..2fe8e40 100644 --- a/test/test_crypto.py +++ b/test/test_crypto.py
@@ -786,7 +786,7 @@ class PKCS12Tests(TestCase): """ - Tests functions in the L{OpenSSL.crypto.PKCS12} module. + Test for L{OpenSSL.crypto.PKCS12} and L{OpenSSL.crypto.load_pkcs12}. """ pemData = cleartextCertificatePEM + cleartextPrivateKeyPEM