diff --git a/Source/md5.c b/Source/md5.c index e65724a3d..8b9e7b69d 100644 --- a/Source/md5.c +++ b/Source/md5.c @@ -1,7 +1,7 @@ /* md5.c - Functions to compute MD5 message digest of files or memory blocks according to the definition of MD5 in RFC 1321 from April 1992. - Copyright (C) 1995 Software Foundation, Inc. + Copyright (C) 1995, 1996 Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,10 +19,6 @@ /* Written by Ulrich Drepper . */ -#ifdef HAVE_CONFIG_H -#include -#endif - #include #if STDC_HEADERS