Adjust pathnames to {md{4,5},sha1}.h after their removal from

src/include.

Approved by mrg@
This commit is contained in:
seb 2003-10-01 11:59:06 +00:00
parent cc5dbcf926
commit e969ce2f8d
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
/* $NetBSD: md4.h,v 1.1 2002/09/13 19:07:01 thorpej Exp $ */
/* $NetBSD: md4.h,v 1.2 2003/10/01 11:59:06 seb Exp $ */
/* We unconditionally use the NetBSD MD4 in libnbcompat. */
#include "config.h"
#include "../../include/md4.h"
#include "../../sys/sys/md4.h"

View File

@ -1,5 +1,5 @@
/* $NetBSD: md5.h,v 1.1 2002/09/13 19:07:02 thorpej Exp $ */
/* $NetBSD: md5.h,v 1.2 2003/10/01 11:59:06 seb Exp $ */
/* We unconditionally use the NetBSD MD5 in libnbcompat. */
#include "config.h"
#include "../../include/md5.h"
#include "../../sys/sys/md5.h"

View File

@ -1,5 +1,5 @@
/* $NetBSD: sha1.h,v 1.1 2002/09/13 19:07:02 thorpej Exp $ */
/* $NetBSD: sha1.h,v 1.2 2003/10/01 11:59:06 seb Exp $ */
/* We unconditionally use the NetBSD SHA1 in libnbcompat. */
#include "config.h"
#include "../../include/sha1.h"
#include "../../sys/sys/sha1.h"