blob: bb334b3442b41c1d3048eeca21003fd2703269b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/SWIG/_m2crypto.i.orig 2020-01-30 08:17:01 UTC
+++ src/SWIG/_m2crypto.i
@@ -65,6 +65,7 @@ static PyObject *x509_store_verify_cb_func;
#ifdef _WIN32
%include <windows.i>
#endif
+%include <openssl/e_os2.h>
%include <openssl/safestack.h>
/* Bring in LHASH_OF macro definition */
|