X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fmd5hex.c;h=b9eda391f53833527baa7332e060e1f5ad7ad991;hb=d5e8872563f6fde8299db971ffb6494c2438c590;hp=143168db92fdff7022c999b6caa418edb02658b0;hpb=5e33eb24a04e089c939b81b6dbce979759a82107;p=libucw.git diff --git a/lib/md5hex.c b/lib/md5hex.c index 143168db..b9eda391 100644 --- a/lib/md5hex.c +++ b/lib/md5hex.c @@ -1,16 +1,16 @@ /* - * Sherlock Library -- MD5 Binary <-> Hex Conversions + * UCW Library -- MD5 Binary <-> Hex Conversions * - * (c) 1997 Martin Mares, + * (c) 1997 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ -#include -#include -#include -#include +#include "lib/lib.h" +#include "lib/chartype.h" -#include "lib.h" -#include "string.h" +#include void md5_to_hex(byte *s, byte *d)