Hi,

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);

If my git skills were better I would send a patch but alas they're not.


Mark

Attachment: pgpdMdZjl6sHB.pgp
Description: PGP signature

------------------------------------------------------------------------------
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

Reply via email to