summaryrefslogtreecommitdiff
path: root/comms/jpilot/patches/patch-ab
blob: bf929dac22fe57b058abcb8d3853046a64bad778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ab,v 1.7 2004/07/06 22:31:10 wiz Exp $

--- KeyRing/keyring.c.orig	2002-12-25 07:19:04.000000000 +0100
+++ KeyRing/keyring.c
@@ -31,7 +31,12 @@
 
 /* Opensll header files */
 #include <openssl/md5.h>
+#include <openssl/opensslv.h>
+#if OPENSSL_VERSION_NUMBER < 0x0090700fL
 #include <openssl/des.h>
+#else
+#include <des.h>
+#endif
 
 #include "libplugin.h"