=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/Attic/md4.h,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/include/Attic/md4.h 2003/06/26 18:35:13 1.8 --- src/include/Attic/md4.h 2003/06/26 19:34:17 1.9 *************** *** 1,5 **** /* MD4.H - header file for MD4C.C ! * $OpenBSD: md4.h,v 1.8 2003/06/26 18:35:13 avsm Exp $ */ /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All --- 1,5 ---- /* MD4.H - header file for MD4C.C ! * $OpenBSD: md4.h,v 1.9 2003/06/26 19:34:17 avsm Exp $ */ /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All *************** *** 42,49 **** void MD4Transform(u_int32_t [4], const unsigned char [64]); char * MD4End(MD4_CTX *, char *); char * MD4File(char *, char *); ! char * MD4Data(const unsigned char *, size_t, char *) ! __attribute__((__bounded__(__string__,3,2))); __END_DECLS #endif /* _MD4_H_ */ --- 42,48 ---- void MD4Transform(u_int32_t [4], const unsigned char [64]); char * MD4End(MD4_CTX *, char *); char * MD4File(char *, char *); ! char * MD4Data(const unsigned char *, size_t, char *); __END_DECLS #endif /* _MD4_H_ */