diff options
Diffstat (limited to 'include/md4.h')
-rw-r--r-- | include/md4.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/md4.h b/include/md4.h index 3459de3d6b7..46a421b013e 100644 --- a/include/md4.h +++ b/include/md4.h @@ -1,4 +1,4 @@ -/* $OpenBSD: md4.h,v 1.15 2004/06/22 01:57:30 jfb Exp $ */ +/* $OpenBSD: md4.h,v 1.16 2012/12/05 23:19:57 deraadt Exp $ */ /* * This code implements the MD4 message-digest algorithm. @@ -26,8 +26,6 @@ typedef struct MD4Context { u_int8_t buffer[MD4_BLOCK_LENGTH]; /* input buffer */ } MD4_CTX; -#include <sys/cdefs.h> - __BEGIN_DECLS void MD4Init(MD4_CTX *); void MD4Update(MD4_CTX *, const u_int8_t *, size_t) |