diff options
-rw-r--r-- | net/ucd-snmp/patches/patch-ai | 14 |
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> |