summaryrefslogtreecommitdiff
path: root/net/netatalk/patches/patch-am
blob: 8668ac79d60034783c948b1f928009118d51c2ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-am,v 1.4 2005/05/26 05:47:40 markd 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>