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

Diff for /src/include/md5.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 43 
Line 43 
 void   MD5Transform(u_int32_t [4], const unsigned char [64]);  void   MD5Transform(u_int32_t [4], const unsigned char [64]);
 char * MD5End(MD5_CTX *, char *);  char * MD5End(MD5_CTX *, char *);
 char * MD5File(char *, char *);  char * MD5File(char *, char *);
 char * MD5Data(const unsigned char *, size_t, char *);  char * MD5Data(const unsigned char *, size_t, char *)
                   __attribute__ ((__bounded__(__string__,3,2)));
 __END_DECLS  __END_DECLS
   
 #endif /* _MD5_H_ */  #endif /* _MD5_H_ */

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