X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fmd5hex.c;h=93987b00a13246de55581ded5dd415dae163b10a;hb=5a78c3505ae7fa76a061e26676450049ec5946d5;hp=143168db92fdff7022c999b6caa418edb02658b0;hpb=5e33eb24a04e089c939b81b6dbce979759a82107;p=libucw.git diff --git a/lib/md5hex.c b/lib/md5hex.c index 143168db..93987b00 100644 --- a/lib/md5hex.c +++ b/lib/md5hex.c @@ -1,19 +1,19 @@ /* - * 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) +md5_to_hex(const byte *s, char *d) { int i; for(i=0; i