From: Ted Lemon Date: Thu, 22 Feb 2001 07:37:15 +0000 (+0000) Subject: Get md5.h from dst/ instead of minires/ X-Git-Tag: V3-BETA-2-PATCH-18~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37ee426a251d728e041a60ecc23f6f55066bce79;p=thirdparty%2Fdhcp.git Get md5.h from dst/ instead of minires/ --- diff --git a/common/dns.c b/common/dns.c index 3345ddc3f..abd329dea 100644 --- a/common/dns.c +++ b/common/dns.c @@ -42,12 +42,12 @@ #ifndef lint static char copyright[] = -"$Id: dns.c,v 1.34 2001/01/16 22:54:03 mellon Exp $ Copyright (c) 2000 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dns.c,v 1.35 2001/02/22 07:37:13 mellon Exp $ Copyright (c) 2000 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" #include "arpa/nameser.h" -#include "../minires/md5.h" +#include "dst/md5.h" /* This file is kind of a crutch for the BIND 8 nsupdate code, which has * itself been cruelly hacked from its original state. What this code diff --git a/server/ddns.c b/server/ddns.c index a5c59af60..785970c71 100644 --- a/server/ddns.c +++ b/server/ddns.c @@ -43,11 +43,11 @@ #ifndef lint static char copyright[] = -"$Id: ddns.c,v 1.13 2001/01/25 21:55:54 mellon Exp $ Copyright (c) 2000-2001 The Internet Software Consortium. All rights reserved.\n"; +"$Id: ddns.c,v 1.14 2001/02/22 07:37:15 mellon Exp $ Copyright (c) 2000-2001 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" -#include "minires/md5.h" +#include "dst/md5.h" #include "minires/minires.h" #ifdef NSUPDATE