tags 1124196 patch
thankyou

Attached is a minimal patch to fix this issue.

 - Craig
--- ezsnmp/interface.h.orig	2025-12-30 09:16:03.306394628 +1100
+++ ezsnmp/interface.h	2025-12-30 09:13:54.067133654 +1100
@@ -47,7 +47,7 @@
     } while (0)
 
 // Available from 5.6.x and older
-#ifdef HAVE_EVP_MD_CTX_CREATE
+#ifdef _UNDEFINED
 struct session_list
 {
     struct session_list *next;
@@ -169,4 +169,4 @@
 PyObject *netsnmp_bulkwalk(PyObject *self, PyObject *args);
 PyObject *netsnmp_set(PyObject *self, PyObject *args);
 PyObject *py_get_logger(char *logger_name);
-void py_log_msg(int log_level, char *printf_fmt, ...);
\ No newline at end of file
+void py_log_msg(int log_level, char *printf_fmt, ...);

Reply via email to