From 2507552841c13cd15a511d9359a36971c3b5376b Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Sat, 27 Sep 2003 17:25:55 +0000 Subject: - update sources and Makefile to latest NetBSD release (usage bug fixed, misc. improvements) - grab maintainership PR: 56656 Submitted by: Oliver Eikemeier --- security/digest/files/md5.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'security/digest/files/md5.h') diff --git a/security/digest/files/md5.h b/security/digest/files/md5.h index 04fd0845175a..ff4bd05fef8a 100644 --- a/security/digest/files/md5.h +++ b/security/digest/files/md5.h @@ -1,4 +1,4 @@ -/* $NetBSD: md5.h,v 1.3 2000/12/11 21:05:15 itojun Exp $ */ +/* $NetBSD: md5.h,v 1.2 2002/12/21 04:06:14 schmonz Exp $ */ /* * This file is derived from the RSA Data Security, Inc. MD5 Message-Digest @@ -32,8 +32,6 @@ #ifndef _SYS_MD5_H_ #define _SYS_MD5_H_ -#include - /* MD5 context. */ typedef struct MD5Context { u_int32_t state[4]; /* state (ABCD) */ -- cgit v1.2.3