summaryrefslogtreecommitdiff
path: root/pkgtools/digest/files/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/digest/files/md5.h')
-rw-r--r--pkgtools/digest/files/md5.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/digest/files/md5.h b/pkgtools/digest/files/md5.h
index 50e13e2a601..ff4bd05fef8 100644
--- a/pkgtools/digest/files/md5.h
+++ b/pkgtools/digest/files/md5.h
@@ -1,4 +1,4 @@
-/* $NetBSD: md5.h,v 1.1.1.1 2001/03/06 11:21:05 agc 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 <sys/types.h>
-
/* MD5 context. */
typedef struct MD5Context {
u_int32_t state[4]; /* state (ABCD) */