From 5eb18e8576462f5bb33fbd60fcbd752fe5791f33 Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav Date: Fri, 22 May 2026 15:37:52 +0200 Subject: import ldns 1.9.0 --- contrib/python/ldns_key.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/python/ldns_key.i') diff --git a/contrib/python/ldns_key.i b/contrib/python/ldns_key.i index dc67e67bf774..6a3c2db4317f 100644 --- a/contrib/python/ldns_key.i +++ b/contrib/python/ldns_key.i @@ -38,7 +38,7 @@ /* result generation */ %typemap(argout,noblock=1) (ldns_key **) { - $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(SWIG_as_voidptr($1_key), SWIGTYPE_p_ldns_struct_key, SWIG_POINTER_OWN | 0 )); + $result = SWIG_AppendOutput($result, SWIG_NewPointerObj(SWIG_as_voidptr($1_key), SWIGTYPE_p_ldns_struct_key, SWIG_POINTER_OWN | 0 )); } %typemap(argout) ldns_rdf *r "Py_INCREF($input);" -- cgit v1.3