summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--M2Crypto_ext.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/M2Crypto_ext.i b/M2Crypto_ext.i
index a146320..6ae8b44 100644
--- a/M2Crypto_ext.i
+++ b/M2Crypto_ext.i
@@ -10,7 +10,7 @@
%apply Pointer NONNULL { X509_REQ * };
%inline %{
-STACK_OF(X509_EXTENSIO) *x509_req_get_extensions(X509_REQ *req) {
+STACK_OF(X509_EXTENSION) *x509_req_get_extensions(X509_REQ *req) {
return X509_REQ_get_extensions(req);
}
%}