X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;ds=sidebyside;f=src%2Fos_crypto%2Fsha1%2Fmd32_common.h;h=1f9b1abee0847ab1f57a64ee8164e68f9caf7439;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hp=0081ec57896d76d749728e6930ba217bbd8c77e3;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/os_crypto/sha1/md32_common.h b/src/os_crypto/sha1/md32_common.h index 0081ec5..1f9b1ab 100755 --- a/src/os_crypto/sha1/md32_common.h +++ b/src/os_crypto/sha1/md32_common.h @@ -1,4 +1,5 @@ -/* @(#) $Id: md32_common.h,v 1.2 2007/09/22 03:29:13 dcid Exp $ */ +/* @(#) $Id: ./src/os_crypto/sha1/md32_common.h, 2011/09/08 dcid Exp $ + */ /* Included on ossec */ /* crypto/md32_common.h */ @@ -10,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -620,7 +621,7 @@ int HASH_FINAL (unsigned char *md, HASH_CTX *c) * *either* case. Now declaring 'em long excuses the compiler * from keeping 32 MSBs zeroed resulting in 13% performance * improvement under SPARC Solaris7/64 and 5% under AlphaLinux. - * Well, to be honest it should say that this *prevents* + * Well, to be honest it should say that this *prevents* * performance degradation. * * Apparently there're LP64 compilers that generate better @@ -631,4 +632,4 @@ int HASH_FINAL (unsigned char *md, HASH_CTX *c) #endif -#endif /* _MD32_COMMON__H */ +#endif /* _MD32_COMMON__H */