[BACK]Return to md4.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/Attic/md4.h between version 1.14 and 1.15

version 1.14, 2004/05/03 17:30:14 version 1.15, 2004/06/22 01:57:30
Line 40 
Line 40 
                 __attribute__((__bounded__(__minbytes__,2,MD4_BLOCK_LENGTH)));                  __attribute__((__bounded__(__minbytes__,2,MD4_BLOCK_LENGTH)));
 char    *MD4End(MD4_CTX *, char *)  char    *MD4End(MD4_CTX *, char *)
                 __attribute__((__bounded__(__minbytes__,2,MD4_DIGEST_STRING_LENGTH)));                  __attribute__((__bounded__(__minbytes__,2,MD4_DIGEST_STRING_LENGTH)));
 char    *MD4File(char *, char *)  char    *MD4File(const char *, char *)
                 __attribute__((__bounded__(__minbytes__,2,MD4_DIGEST_STRING_LENGTH)));                  __attribute__((__bounded__(__minbytes__,2,MD4_DIGEST_STRING_LENGTH)));
 char    *MD4FileChunk(char *, char *, off_t, off_t)  char    *MD4FileChunk(const char *, char *, off_t, off_t)
                 __attribute__((__bounded__(__minbytes__,2,MD4_DIGEST_STRING_LENGTH)));                  __attribute__((__bounded__(__minbytes__,2,MD4_DIGEST_STRING_LENGTH)));
 char    *MD4Data(const u_int8_t *, size_t, char *)  char    *MD4Data(const u_int8_t *, size_t, char *)
                 __attribute__((__bounded__(__string__,1,2)))                  __attribute__((__bounded__(__string__,1,2)))

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15