Joachim Metz via RT wrote:
> Hello OpenSSL team,
> 
> First I want to compliment you with the good work your doing.
> 
> I am currently working on a library that uses OpenSSL MD5 hash
> calculation function.
> 
> I have found a difference in <openssl/md5.h> and the MD5_Init manual
> page (both 'man MD5_Init' and several online versions)
> 
> The header specifies
> int MD5_Init(MD5_CTX *c);
> int MD5_Update(MD5_CTX *c, const void *data, unsigned long len);
> int MD5_Final(unsigned char *md, MD5_CTX *c);
> 
> And the manual page
> void MD5_Init(MD5_CTX *c);
> void MD5_Update(MD5_CTX *c, const void *data,
>                  unsigned long len);
> void MD5_Final(unsigned char *md, MD5_CTX *c);

I've updated the pod files. Please test a recent snapshot.

Thanks,
Nils

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to