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