chiark / gitweb /
Import release 0.08
[secnet.git] / md5.c
diff --git a/md5.c b/md5.c
index ab00d26efb41028978569fefe86d0adae1022a23..12217d7aa44c0bdde9dcc069c5054eef4dbb861e 100644 (file)
--- a/md5.c
+++ b/md5.c
  * Still in the public domain.
  */
 
-#include <string.h>            /* for memcpy() */
-#include <sys/types.h>         /* for stupid systems */
-#include <netinet/in.h>                /* for ntohl() */
-
 #include "secnet.h"
-#include "config.h"
+#include <string.h>            /* for memcpy() */
 #include "md5.h"
 
 #ifdef WORDS_BIGENDIAN