Subject: pkg/23185: comms/jpilot doesn't find des.h
To: None <gnats-bugs@gnats.netbsd.org>
From: None <mlelstv@serpens.de>
List: netbsd-bugs
Date: 10/18/2003 11:21:04
>Number:         23185
>Category:       pkg
>Synopsis:       comms/jpilot doesn't find des.h
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Oct 18 09:22:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael van Elst
>Release:        NetBSD 1.6.1_STABLE
>Organization:
-- 
                                Michael van Elst
Internet: mlelstv@serpens.de
                                "A potential Snark may lurk in every tree."
>Environment:
	
	
System: NetBSD pepew 1.6.1_STABLE NetBSD 1.6.1_STABLE (PEPEW) #38: Mon Sep 29 21:17:31 MEST 2003 src@pepew:/amd/fud/d/0/src/sys/arch/i386/compile/PEPEW i386
Architecture: i386
Machine: i386
>Description:
Building the package comms/jpilot fails because the file KeyRing/keyring.c
tries to include des.h which does not exist anymore. Instead it should
inlcude openssl/des.h.

>How-To-Repeat:
Try to build comms/jpilot from pkgsrc

>Fix:

--- KeyRing/keyring.c.dist      Sat Oct 18 11:19:54 2003
+++ KeyRing/keyring.c   Sat Oct 18 11:20:41 2003
@@ -31,7 +31,7 @@
 
 /* Opensll header files */
 #include <openssl/md5.h>
-#include <des.h>
+#include <openssl/des.h>
 
 #include "libplugin.h"
 

>Release-Note:
>Audit-Trail:
>Unformatted: