]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Get md5.h from dst/ instead of minires/
authorTed Lemon <source@isc.org>
Thu, 22 Feb 2001 07:37:15 +0000 (07:37 +0000)
committerTed Lemon <source@isc.org>
Thu, 22 Feb 2001 07:37:15 +0000 (07:37 +0000)
common/dns.c
server/ddns.c

index 3345ddc3f812868b7723e78e06d8480a1df35021..abd329dea3abb3e089757b75aa1cc42a21256948 100644 (file)
 
 #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
index a5c59af60d0ec87f0f023ba608e680220c5bcbb2..785970c71e80f186bd5276563a1379368861bc9e 100644 (file)
 
 #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