[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [msmtp-users] Cannot build from git: hmac-md5 errors



Hi Mark!

On 20/04/11 01:17, Mark Foxwell wrote:
> I cannot current build from git as I get errors relating to the last commit that changed from hmac-md5 to md5-apps.
> 
> src/smtp.c needs to be changed as follows:
> 
> line 41
> - # include "hmac-md5.h"
> + # include "md5-apps.h"
> 
> line 809
> - hmac_md5(password, strlen(password), b64, len, digest);
> + md5_hmac(password, strlen(password), b64, len, digest);

Thank you, I applied this patch in your name:
http://msmtp.git.sourceforge.net/git/gitweb.cgi?p=msmtp/msmtp;a=commitdiff;h=885ed225aef1a5d0231702ea80bed2239f8fc6f8

Martin