=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/Attic/md4.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/include/Attic/md4.h 2002/12/23 04:33:31 1.7 +++ src/include/Attic/md4.h 2003/06/26 18:35:13 1.8 @@ -1,5 +1,5 @@ /* MD4.H - header file for MD4C.C - * $OpenBSD: md4.h,v 1.7 2002/12/23 04:33:31 millert Exp $ + * $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 @@ -42,7 +42,8 @@ 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 *); +char * MD4Data(const unsigned char *, size_t, char *) + __attribute__((__bounded__(__string__,3,2))); __END_DECLS #endif /* _MD4_H_ */