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

Diff for /src/include/Attic/md4.h between version 1.15 and 1.16

version 1.15, 2004/06/22 01:57:30 version 1.16, 2012/12/05 23:19:57
Line 26 
Line 26 
         u_int8_t buffer[MD4_BLOCK_LENGTH];      /* input buffer */          u_int8_t buffer[MD4_BLOCK_LENGTH];      /* input buffer */
 } MD4_CTX;  } MD4_CTX;
   
 #include <sys/cdefs.h>  
   
 __BEGIN_DECLS  __BEGIN_DECLS
 void     MD4Init(MD4_CTX *);  void     MD4Init(MD4_CTX *);
 void     MD4Update(MD4_CTX *, const u_int8_t *, size_t)  void     MD4Update(MD4_CTX *, const u_int8_t *, size_t)

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