X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmd5.h;h=c737040e11ea9fc9bcad4d793cac619cf5df7a4b;hb=1d8f627a4e74800e2d2e9ec0a46f7988bd2c7257;hp=b636e1f89d9e32aaebcee2e95680c57ec05acb5f;hpb=8523c7381469c7279a26fd88f4f3be20d43c4e1d;p=gnulib.git diff --git a/lib/md5.h b/lib/md5.h index b636e1f89..c737040e1 100644 --- a/lib/md5.h +++ b/lib/md5.h @@ -1,6 +1,6 @@ /* Declaration of functions and data types used for MD5 sum computing library functions. - Copyright (C) 1995-1997,1999,2000,2001,2004,2005 + Copyright (C) 1995-1997,1999,2000,2001,2004,2005,2006 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -44,12 +44,6 @@ # endif #endif -#ifndef __attribute__ -# if ! __GNUC_PREREQ (2,8) || __STRICT_ANSI__ -# define __attribute__(x) -# endif -#endif - #ifndef _LIBC # define __md5_buffer md5_buffer # define __md5_finish_ctx md5_finish_ctx @@ -70,7 +64,7 @@ struct md5_ctx uint32_t total[2]; uint32_t buflen; - char buffer[128] __attribute__ ((__aligned__ (__alignof__ (uint32_t)))); + uint32_t buffer[32]; }; /*