summaryrefslogtreecommitdiff
path: root/security/digest/files/rmd160.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/digest/files/rmd160.h')
-rw-r--r--security/digest/files/rmd160.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/security/digest/files/rmd160.h b/security/digest/files/rmd160.h
index ffe38568a5ee..e08a15740336 100644
--- a/security/digest/files/rmd160.h
+++ b/security/digest/files/rmd160.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rmd160.h,v 1.2 2000/07/07 10:47:06 ad Exp $ */
+/* $NetBSD: rmd160.h,v 1.2 2002/12/21 04:06:15 schmonz Exp $ */
/********************************************************************\
*
@@ -24,9 +24,6 @@
#ifndef _RMD160_H_
#define _RMD160_H_
-#include <sys/cdefs.h>
-#include <sys/types.h>
-
typedef struct {
u_int32_t state[5]; /* state (ABCDE) */
u_int32_t length[2]; /* number of bits */