File: interface.h.patch

package info (click to toggle)
python-ezsnmp 1.1.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,280 kB
  • sloc: cpp: 3,746; python: 1,987; javascript: 1,110; makefile: 17; sh: 12
file content (15 lines) | stat: -rw-r--r-- 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Craig Small <csmall@debian.org>
Date: Tue, 30 Dec 2025 09:19:04 +1100
Description: Prevent symbol check
---
--- a/ezsnmp/interface.h	2025-12-30 09:16:03.306394628 +1100
+++ b/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;