masqmail-0.2

diff src/smtp_out.c @ 162:52c82d755215

replaced the MD5 implementation with the one of Solar Designer Until now, the sample code of RFC 1321 was used. It had an ugly license. Now we use the implementation of Solar Designer, which is in the Public Domain. http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5
author meillo@marmaro.de
date Sun, 18 Jul 2010 22:01:04 +0200
parents 1e2fd87d58ea
children 349518b940db
line diff
     1.1 --- a/src/smtp_out.c	Sun Jul 18 10:48:14 2010 +0200
     1.2 +++ b/src/smtp_out.c	Sun Jul 18 22:01:04 2010 +0200
     1.3 @@ -39,7 +39,6 @@
     1.4  #include <openssl/md5.h>
     1.5  #include <openssl/evp.h>
     1.6  #else
     1.7 -#include "md5/global.h"
     1.8  #include "md5/md5.h"
     1.9  #include "md5/hmac_md5.h"
    1.10  #endif