commit | d07d57d7da05008a16e9c065240dc92f696650c2 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Sat Mar 12 22:35:24 2011 -0500 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Sat Mar 12 22:35:24 2011 -0500 |
tree | 51f840331329ea23a7eb3bf1bd3b2910a6493481 | |
parent | 46eb1d32ad689fc557c8383719c849ce3cf14f53 [diff] [blame] |
try harder to do the thing on pypy, also start fixing more refcounts
diff --git a/OpenSSL/crypto/x509name.c b/OpenSSL/crypto/x509name.c index 799240f..ed3302d 100644 --- a/OpenSSL/crypto/x509name.c +++ b/OpenSSL/crypto/x509name.c
@@ -527,6 +527,7 @@ return 0; } + Py_INCREF((PyObject *)&crypto_X509Name_Type); if (PyModule_AddObject(module, "X509NameType", (PyObject *)&crypto_X509Name_Type) != 0) { return 0; }