Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/md/md5hl.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- src/lib/libc/md/md5hl.c 2005/06/12 05:34:34 1.6 +++ src/lib/libc/md/md5hl.c 2005/09/26 03:01:41 1.7 @@ -1,4 +1,4 @@ -/* $NetBSD: md5hl.c,v 1.6 2005/06/12 05:34:34 lukem Exp $ */ +/* $NetBSD: md5hl.c,v 1.7 2005/09/26 03:01:41 christos Exp $ */ /* * Written by Jason R. Thorpe , April 29, 1997. @@ -7,18 +7,10 @@ #include #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: md5hl.c,v 1.6 2005/06/12 05:34:34 lukem Exp $"); +__RCSID("$NetBSD: md5hl.c,v 1.7 2005/09/26 03:01:41 christos Exp $"); #endif /* LIBC_SCCS and not lint */ #define MDALGORITHM MD5 +#define MDINCLUDE -#include "namespace.h" -#include - -#if HAVE_NBTOOL_CONFIG_H -#include "nbtool_config.h" -#endif - -#if !HAVE_MD5_H #include "mdXhl.c" -#endif