diff options
Diffstat (limited to 'include/md5.h')
-rw-r--r-- | include/md5.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/md5.h b/include/md5.h index 3599640aecb..2fa7de88755 100644 --- a/include/md5.h +++ b/include/md5.h @@ -1,4 +1,4 @@ -/* $OpenBSD: md5.h,v 1.16 2004/06/22 01:57:30 jfb Exp $ */ +/* $OpenBSD: md5.h,v 1.17 2012/12/05 23:19:57 deraadt Exp $ */ /* * This code implements the MD5 message-digest algorithm. @@ -25,8 +25,6 @@ typedef struct MD5Context { u_int8_t buffer[MD5_BLOCK_LENGTH]; /* input buffer */ } MD5_CTX; -#include <sys/cdefs.h> - __BEGIN_DECLS void MD5Init(MD5_CTX *); void MD5Update(MD5_CTX *, const u_int8_t *, size_t) |