mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
Changes: https://gitlab.com/m2crypto/m2crypto/blob/master/CHANGES https://gitlab.com/m2crypto/m2crypto/commits/master
10 lines
290 B
OpenEdge ABL
10 lines
290 B
OpenEdge ABL
--- 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 */
|