summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--M2Crypto_ext.i7
1 files changed, 3 insertions, 4 deletions
diff --git a/M2Crypto_ext.i b/M2Crypto_ext.i
index f538eed..a146320 100644
--- a/M2Crypto_ext.i
+++ b/M2Crypto_ext.i
@@ -1,13 +1,12 @@
%module M2Crypto_ext
+%include <openssl/safestack.h>
+%include "constraints.i"
+
%{
#include <openssl/x509.h>
-#include <openssl/x509v3.h>
%}
-%include <openssl/safestack.h>
-%include "constraints.i"
-
%apply Pointer NONNULL { X509_REQ * };
%inline %{