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

Diff for /src/include/sha1.h between version 1.22 and 1.23

version 1.22, 2004/05/05 17:09:45 version 1.23, 2004/06/22 01:57:30
Line 33 
Line 33 
         __attribute__((__bounded__(__minbytes__,1,SHA1_DIGEST_LENGTH)));          __attribute__((__bounded__(__minbytes__,1,SHA1_DIGEST_LENGTH)));
 char *SHA1End(SHA1_CTX *, char *)  char *SHA1End(SHA1_CTX *, char *)
         __attribute__((__bounded__(__minbytes__,2,SHA1_DIGEST_STRING_LENGTH)));          __attribute__((__bounded__(__minbytes__,2,SHA1_DIGEST_STRING_LENGTH)));
 char *SHA1File(char *, char *)  char *SHA1File(const char *, char *)
         __attribute__((__bounded__(__minbytes__,2,SHA1_DIGEST_STRING_LENGTH)));          __attribute__((__bounded__(__minbytes__,2,SHA1_DIGEST_STRING_LENGTH)));
 char *SHA1FileChunk(char *, char *, off_t, off_t)  char *SHA1FileChunk(const char *, char *, off_t, off_t)
         __attribute__((__bounded__(__minbytes__,2,SHA1_DIGEST_STRING_LENGTH)));          __attribute__((__bounded__(__minbytes__,2,SHA1_DIGEST_STRING_LENGTH)));
 char *SHA1Data(const u_int8_t *, size_t, char *)  char *SHA1Data(const u_int8_t *, size_t, char *)
         __attribute__((__bounded__(__string__,1,2)))          __attribute__((__bounded__(__string__,1,2)))

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23