--- embedaddon/lighttpd/src/md5.c 2013/10/14 10:32:47 1.1.1.1 +++ embedaddon/lighttpd/src/md5.c 2016/11/02 10:35:00 1.1.1.2 @@ -1,3 +1,5 @@ +#include "first.h" + /* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm */ @@ -23,14 +25,11 @@ These notices must be retained in any copies of any pa documentation and/or software. */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif +#include "md5.h" + #ifndef USE_OPENSSL #include - -#include "md5.h" /* Constants for MD5Transform routine. */