summaryrefslogtreecommitdiff
path: root/security/digest/files/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/digest/files/md5.h')
-rw-r--r--security/digest/files/md5.h4
1 files changed, 1 insertions, 3 deletions
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 <sys/types.h>
-
/* MD5 context. */
typedef struct MD5Context {
u_int32_t state[4]; /* state (ABCD) */