mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 09:09:47 +01:00
* fixed calculation of md4/md5 for files > 512MB on 32 bit systems
(based on patch from Sergei Gorelkin, mantis #9903) git-svn-id: trunk@9724 -
This commit is contained in:
parent
70d94fecc1
commit
3d39cb8d1d
@ -55,7 +55,7 @@ type
|
||||
Version : TMDVersion;
|
||||
Align : PtrUInt;
|
||||
State : array[0..3] of Cardinal;
|
||||
BufCnt : PtrUInt;
|
||||
BufCnt : QWord;
|
||||
Buffer : array[0..63] of Byte;
|
||||
case Integer of
|
||||
0: (Length : PtrUInt);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user