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

Diff for /src/include/md5.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 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.9  
changed lines
  Added in v.1.10