summaryrefslogtreecommitdiff
path: root/security/digest/files/sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/digest/files/sha1.h')
-rw-r--r--security/digest/files/sha1.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/digest/files/sha1.h b/security/digest/files/sha1.h
index 07ad676c24f7..991ab90cf751 100644
--- a/security/digest/files/sha1.h
+++ b/security/digest/files/sha1.h
@@ -1,4 +1,4 @@
-/* $NetBSD: sha1.h,v 1.2 1998/05/29 22:55:44 thorpej Exp $ */
+/* $NetBSD: sha1.h,v 1.2 2002/12/21 04:06:15 schmonz Exp $ */
/*
* SHA-1 in C
@@ -9,8 +9,6 @@
#ifndef _SYS_SHA1_H_
#define _SYS_SHA1_H_
-#include <sys/types.h>
-
typedef struct {
u_int32_t state[5];
u_int32_t count[2];