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 ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ msmtp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msmtp-users
