lcore.org gitweb
/
lcore.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
redefine dvar for convenience
[lcore.git]
/
fastmd5.pas
diff --git
a/fastmd5.pas
b/fastmd5.pas
index 6455e5cff31b69b770fa3ad0f55552780224b0c6..6f2d66f072882626c051d1d52442b36d4b5feb22 100644
(file)
--- a/
fastmd5.pas
+++ b/
fastmd5.pas
@@
-39,7
+39,7
@@
type
{$i uint32.inc}
\r
\r
type
\r
- dvar=array[0..
0
] of byte;
\r
+ dvar=array[0..
65535
] of byte;
\r
Tmd5state=record
\r
buf:array[0..63] of byte;
\r
H:array[0..3] of uint32;
\r