From: Martin Mares Date: Mon, 21 Apr 1997 06:18:58 +0000 (+0000) Subject: Misc file additions. X-Git-Tag: holmes-import~1700 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=5e33eb24a04e089c939b81b6dbce979759a82107;p=libucw.git Misc file additions. --- diff --git a/lib/md5hex.c b/lib/md5hex.c new file mode 100644 index 00000000..143168db --- /dev/null +++ b/lib/md5hex.c @@ -0,0 +1,35 @@ +/* + * Sherlock Library -- MD5 Binary <-> Hex Conversions + * + * (c) 1997 Martin Mares, + */ + +#include +#include +#include +#include + +#include "lib.h" +#include "string.h" + +void +md5_to_hex(byte *s, byte *d) +{ + int i; + for(i=0; i