diff options
Diffstat (limited to 'net/ucd-snmp/patches/patch-ai')
-rw-r--r-- | net/ucd-snmp/patches/patch-ai | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/ucd-snmp/patches/patch-ai b/net/ucd-snmp/patches/patch-ai deleted file mode 100644 index 8e65534ae05..00000000000 --- a/net/ucd-snmp/patches/patch-ai +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ai,v 1.3 2004/02/19 22:38:37 christos Exp $ - ---- snmplib/scapi.c.orig 2001-10-01 05:52:49.000000000 -0400 -+++ snmplib/scapi.c 2004-02-19 17:35:12.000000000 -0500 -@@ -53,6 +53,9 @@ - #include "transform_oids.h" - - #ifdef USE_OPENSSL -+#ifdef __NetBSD__ -+#include <des.h> -+#endif - #include <openssl/hmac.h> - #include <openssl/evp.h> - #include <openssl/rand.h> |