diff options
author | christos <christos> | 2004-02-19 22:38:37 +0000 |
---|---|---|
committer | christos <christos> | 2004-02-19 22:38:37 +0000 |
commit | 945c769f9c9a232416dddfa2cb2b4f7b3be02cec (patch) | |
tree | fc263cb246d2ed8f060198678f4854c37a0473cf /net | |
parent | 14dd6c755134284a4acde230dd16c453b73aa18d (diff) | |
download | pkgsrc-945c769f9c9a232416dddfa2cb2b4f7b3be02cec.tar.gz |
Include <des.h> to make this compile under current.
Diffstat (limited to 'net')
-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> |