From 5e33eb24a04e089c939b81b6dbce979759a82107 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 21 Apr 1997 06:18:58 +0000 Subject: [PATCH] Misc file additions. --- lib/md5hex.c | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 lib/md5hex.c 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