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

Diff for /src/include/md5.h between version 1.16 and 1.17

version 1.16, 2004/06/22 01:57:30 version 1.17, 2012/12/05 23:19:57
Line 25 
Line 25 
         u_int8_t buffer[MD5_BLOCK_LENGTH];      /* input buffer */          u_int8_t buffer[MD5_BLOCK_LENGTH];      /* input buffer */
 } MD5_CTX;  } MD5_CTX;
   
 #include <sys/cdefs.h>  
   
 __BEGIN_DECLS  __BEGIN_DECLS
 void     MD5Init(MD5_CTX *);  void     MD5Init(MD5_CTX *);
 void     MD5Update(MD5_CTX *, const u_int8_t *, size_t)  void     MD5Update(MD5_CTX *, const u_int8_t *, size_t)

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17