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/py3k.h b/OpenSSL/py3k.h index 55bcfda..dc46b43 100644 --- a/OpenSSL/py3k.h +++ b/OpenSSL/py3k.h
@@ -13,6 +13,8 @@ #else /* (PY_VERSION_HEX >= 0x03000000) */ +#define PyVarObject_HEAD_INIT(type, size) PyObject_HEAD_INIT(NULL) 0 + #define PyBytes_FromStringAndSize PyString_FromStringAndSize #define PyLong_FromLong PyInt_FromLong