X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmisc%2Fmd5.c;h=ce6d52bcd9d7a0790e8d60126c912ed50f87974c;hb=9d3c74196326f8f81dbb8929bd7b58903c75011c;hp=80f440b192b3c0655e0bcf6f04802ddf1b5ad02e;hpb=cab6549141c59cb40ff9ec9e3c03ec72c65c60e9;p=vlc diff --git a/src/misc/md5.c b/src/misc/md5.c index 80f440b192..ce6d52bcd9 100644 --- a/src/misc/md5.c +++ b/src/misc/md5.c @@ -1,7 +1,7 @@ /***************************************************************************** * md5.c: not so strong MD5 hashing ***************************************************************************** - * Copyright (C) 2004-2005 VideoLAN + * Copyright (C) 2004-2005 the VideoLAN team * $Id$ * * Authors: Jon Lech Johansen @@ -19,12 +19,12 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ #include #include -#include "vlc_md5.h" +#include #ifdef WORDS_BIGENDIAN /*****************************************************************************