| Index: M2Crypto-0.30.1/SWIG/_m2crypto.i |
| =================================================================== |
| --- M2Crypto-0.30.1.orig/SWIG/_m2crypto.i |
| +++ M2Crypto-0.30.1/SWIG/_m2crypto.i |
| %module(threads=1) m2crypto |
| /* We really don't need threadblock (PyGILState_Ensure() etc.) anywhere. |
| Disable threadallow as well, only enable it for operations likely to |
| -#if SWIG_VERSION >= 0x030000 |
| -#define __WCHAR_MAX__ __WCHAR_MAX |
| -#define __WCHAR_MIN__ __WCHAR_MIN |
| @@ -95,4 +95,3 @@ static PyObject *x509_store_verify_cb_fu |
| %constant int encrypt = 1; |
| %constant int decrypt = 0; |