commit | 83dbcfde7b498638094d7fa51ac51390c54ff93c | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Wed Aug 11 20:20:57 2010 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Wed Aug 11 20:20:57 2010 -0400 |
tree | de4935ceb1b4484133ce6e0d90057e263d3b9f9d | |
parent | 62ca8dae73f3cabe693b9a7d00dc89e0d7152431 [diff] [blame] |
OpenSSL.SSL mostly builds cleanly now
diff --git a/OpenSSL/py3k.h b/OpenSSL/py3k.h index 443ad8d..e267af1 100644 --- a/OpenSSL/py3k.h +++ b/OpenSSL/py3k.h
@@ -19,6 +19,7 @@ #define PyBytes_FromStringAndSize PyString_FromStringAndSize #define PyLong_FromLong PyInt_FromLong +#define PyLong_AsLong PyInt_AsLong #define PyLong_Check(o) (PyInt_Check(o) || PyLong_Check(o)) #define PyBytes_Size PyString_Size