From be47af0bd238789b4cda7d01b054213e1215c9e8 Mon Sep 17 00:00:00 2001 From: erwin 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/sha1.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'security/digest/files/sha1.h') 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 - typedef struct { u_int32_t state[5]; u_int32_t count[2]; -- cgit