summaryrefslogtreecommitdiff
path: root/src/md5.c
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-08-03 05:30:40 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commit29792b40ef3d62dfaf65802cd5be4c68031d94f7 (patch)
treeb835fd5f2635fd2f49cc604de62980cb770fd8fd /src/md5.c
parentcfd7274022c512ba5e06a659a5281097f6468e40 (diff)
Fixed errors in inline.h.
More compiling. 156 unique undefined references.
Diffstat (limited to 'src/md5.c')
-rw-r--r--src/md5.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/md5.c b/src/md5.c
index 4117a55..611f151 100644
--- a/src/md5.c
+++ b/src/md5.c
@@ -20,13 +20,11 @@
* Still in the public domain.
*
* md5_buffer added by Steven Fuller
+ * Still in the public domain.
*/
#include <string.h> /* for memcpy() */
-#include <sys/types.h> /* for stupid systems */
-#include <netinet/in.h> /* for ntohl() */
-//#include "config.h"
#include "md5.h"
#ifdef WORDS_BIGENDIAN