=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/Attic/md4.h,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/include/Attic/md4.h 2004/06/22 01:57:30 1.15 --- src/include/Attic/md4.h 2012/12/05 23:19:57 1.16 *************** *** 1,4 **** ! /* $OpenBSD: md4.h,v 1.15 2004/06/22 01:57:30 jfb Exp $ */ /* * This code implements the MD4 message-digest algorithm. --- 1,4 ---- ! /* $OpenBSD: md4.h,v 1.16 2012/12/05 23:19:57 deraadt Exp $ */ /* * This code implements the MD4 message-digest algorithm. *************** *** 25,32 **** u_int64_t count; /* number of bits, mod 2^64 */ u_int8_t buffer[MD4_BLOCK_LENGTH]; /* input buffer */ } MD4_CTX; - - #include __BEGIN_DECLS void MD4Init(MD4_CTX *); --- 25,30 ----