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

Diff for /src/include/md5.h between version 1.8 and 1.9

version 1.8, 2003/06/26 18:35:13 version 1.9, 2003/06/26 19:34:17
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.8  
changed lines
  Added in v.1.9