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

Diff for /src/include/Attic/md4.h between version 1.7 and 1.8

version 1.7, 2002/12/23 04:33:31 version 1.8, 2003/06/26 18:35:13
Line 42 
Line 42 
 void   MD4Transform(u_int32_t [4], const unsigned char [64]);  void   MD4Transform(u_int32_t [4], const unsigned char [64]);
 char * MD4End(MD4_CTX *, char *);  char * MD4End(MD4_CTX *, char *);
 char * MD4File(char *, 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  __END_DECLS
   
 #endif /* _MD4_H_ */  #endif /* _MD4_H_ */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8