Am 21.01.2016 um 16:47 schrieb [email protected]:
Author: ion Date: Thu Jan 21 15:47:14 2016 New Revision: 70633URL: http://svn.reactos.org/svn/reactos?rev=70633&view=rev Log: [BOOTLIB]: Cleanup, less magic.
Looks like you forgot to cleanup this special piece of extra magic.
+ if (Length != Length)
+ {
+ PartialSum += (unsigned __int8)Buffer[Length];
+ if (Flags & BL_UTL_CHECKSUM_COMPLEMENT)
+ {
+ PartialSum = (unsigned __int16)((PartialSum >> 16) +
PartialSum);
+ }
+ }
+
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Ros-dev mailing list [email protected] http://www.reactos.org/mailman/listinfo/ros-dev
