commit | 3fe7f67111c6e059e4d5ecaa0de0cd60fb45c2b0 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Wed Aug 11 23:55:10 2010 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Wed Aug 11 23:55:10 2010 -0400 |
tree | 0fa1e785df7782dcf022987033b8ab27f7e6adfe | |
parent | 7382c831ab4de44e00abfe70a8d75d89784c834b [diff] [blame] |
Fix type definitions, module init return values, and unicode/bytes conversions
diff --git a/OpenSSL/crypto/crl.c b/OpenSSL/crypto/crl.c index c9abbab..83691fb 100644 --- a/OpenSSL/crypto/crl.c +++ b/OpenSSL/crypto/crl.c
@@ -232,7 +232,7 @@ } PyTypeObject crypto_CRL_Type = { - PyVarObject_HEAD_INIT(&PyType_Type, 0) + PyOpenSSL_HEAD_INIT(&PyType_Type, 0) "CRL", sizeof(crypto_CRLObj), 0,