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

Diff for /src/include/Attic/md4.h between version 1.9 and 1.10

version 1.9, 2003/06/26 19:34:17 version 1.10, 2003/08/01 17:38:33
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.9  
changed lines
  Added in v.1.10