masqmail-0.2

diff src/md5/hmactest.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 26e34ae9a3e3
children ca99aa7f052a
line diff
     1.1 --- a/src/md5/hmactest.c	Sun Jul 18 10:48:14 2010 +0200
     1.2 +++ b/src/md5/hmactest.c	Sun Jul 18 22:01:04 2010 +0200
     1.3 @@ -2,7 +2,6 @@
     1.4  #include <stdlib.h>
     1.5  #include <sys/time.h>
     1.6  #include <string.h>
     1.7 -#include "global.h"
     1.8  #include "md5.h"
     1.9  #include "hmac_md5.h"
    1.10