commit | 4d0c3210bcefe9e5d4564d29e34f20c8b7b7148c | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Tue Aug 10 22:57:42 2010 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Tue Aug 10 22:57:42 2010 -0400 |
tree | 93a51128036a0e4db90c8085fadac54868edb7cb | |
parent | ae479ad38fcaa9009e985c6e531cfad9a43ff497 [diff] [blame] |
Convert more things
diff --git a/OpenSSL/crypto/x509.c b/OpenSSL/crypto/x509.c index 2f12437..915a3b7 100644 --- a/OpenSSL/crypto/x509.c +++ b/OpenSSL/crypto/x509.c
@@ -776,8 +776,7 @@ } PyTypeObject crypto_X509_Type = { - PyObject_HEAD_INIT(NULL) - 0, + PyVarObject_HEAD_INIT(&PyType_Type, 0) "X509", sizeof(crypto_X509Obj), 0,