]> mj.ucw.cz Git - libucw.git/blobdiff - lib/md5hex.c
Implemented base-224 encoder and decoder.
[libucw.git] / lib / md5hex.c
index 143168db92fdff7022c999b6caa418edb02658b0..08ce0e8a33d9bfe1c5ec802250c4062cd54a968a 100644 (file)
@@ -1,16 +1,13 @@
 /*
  *     Sherlock Library -- MD5 Binary <-> Hex Conversions
  *
- *     (c) 1997 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997 Martin Mares <mj@ucw.cz>
  */
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <fcntl.h>
-#include <unistd.h>
+#include "lib/lib.h"
+#include "lib/chartype.h"
 
-#include "lib.h"
-#include "string.h"
+#include <stdio.h>
 
 void
 md5_to_hex(byte *s, byte *d)