pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ucd-snmp/patches Include <des.h> to make this comp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b1770579ad1
branches:  trunk
changeset: 469105:5b1770579ad1
user:      christos <christos%pkgsrc.org@localhost>
date:      Thu Feb 19 22:38:37 2004 +0000

description:
Include <des.h> to make this compile under current.

diffstat:

 net/ucd-snmp/patches/patch-ai |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r 806c09f9f003 -r 5b1770579ad1 net/ucd-snmp/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ucd-snmp/patches/patch-ai     Thu Feb 19 22:38:37 2004 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index