=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/md5.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/include/md5.h 2004/06/22 01:57:30 1.16 +++ src/include/md5.h 2012/12/05 23:19:57 1.17 @@ -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. @@ -24,8 +24,6 @@ u_int64_t count; /* number of bits, mod 2^64 */ u_int8_t buffer[MD5_BLOCK_LENGTH]; /* input buffer */ } MD5_CTX; - -#include __BEGIN_DECLS void MD5Init(MD5_CTX *);