Files
pkgsrc-ng/net/netatalk22/patches/patch-an
2016-01-21 23:40:00 +01:00

14 lines
317 B
Plaintext

$NetBSD: patch-an,v 1.1 2014/06/11 11:03:56 hauke 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>