summaryrefslogtreecommitdiff
path: root/net/netatalk1/patches/patch-am
blob: 08e67fe2e0e3d798415dae8c6713215e6bd54f33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-am,v 1.1 2006/08/17 13:57:23 taca Exp $

--- bin/afppasswd/afppasswd.c.orig	2005-02-10 14:23:07.000000000 +1300
+++ bin/afppasswd/afppasswd.c
@@ -42,7 +42,7 @@
 
 #include <netatalk/endian.h>
 
-#include <des.h>
+#include <openssl/des.h>
 
 #ifdef USE_CRACKLIB
 #include <crack.h>