summaryrefslogtreecommitdiff
path: root/net/netatalk/patches/patch-an
blob: 11ae8f205cb29d04ab86685d5b285e3fc9ff13a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-an,v 1.4 2005/05/26 05:47:40 markd Exp $

--- etc/uams/uams_randnum.c.orig	2005-05-26 17:24:26.000000000 +1200
+++ etc/uams/uams_randnum.c
@@ -47,7 +47,7 @@ char *strchr (), *strrchr ();
 #include <atalk/uam.h>
 
 
-#include <des.h>
+#include <openssl/des.h>
 
 #ifdef USE_CRACKLIB
 #include <crack.h>