summaryrefslogtreecommitdiff
path: root/net/ucd-snmp
diff options
context:
space:
mode:
authorchristos <christos@pkgsrc.org>2004-02-19 22:38:37 +0000
committerchristos <christos@pkgsrc.org>2004-02-19 22:38:37 +0000
commit2d0adcc51a39bc73af4eabb15a481ff09cbddbb9 (patch)
treefc263cb246d2ed8f060198678f4854c37a0473cf /net/ucd-snmp
parent285785d9b55b8dd1850016171125db6aef5cde9b (diff)
downloadpkgsrc-2d0adcc51a39bc73af4eabb15a481ff09cbddbb9.tar.gz
Include <des.h> to make this compile under current.
Diffstat (limited to 'net/ucd-snmp')
-rw-r--r--net/ucd-snmp/patches/patch-ai14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/ucd-snmp/patches/patch-ai b/net/ucd-snmp/patches/patch-ai
new file mode 100644
index 00000000000..8e65534ae05
--- /dev/null
+++ b/net/ucd-snmp/patches/patch-ai
@@ -0,0 +1,14 @@
+$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>