]> mj.ucw.cz Git - libucw.git/blobdiff - lib/md5hex.c
Make !CONFIG_EXACT_CPU work again.
[libucw.git] / lib / md5hex.c
index 2b8d2d88d0ecb380ab6bd1a0117cdb152290aba1..b9eda391f53833527baa7332e060e1f5ad7ad991 100644 (file)
@@ -1,17 +1,17 @@
 /*
- *     Sherlock Library -- MD5 Binary <-> Hex Conversions
+ *     UCW Library -- MD5 Binary <-> Hex Conversions
  *
- *     (c) 1997 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <fcntl.h>
-#include <unistd.h>
-
 #include "lib/lib.h"
 #include "lib/chartype.h"
 
+#include <stdio.h>
+
 void
 md5_to_hex(byte *s, byte *d)
 {