Skip to content

Commit 1b93c63

Browse files
committed
Added comment about CBC mode
1 parent 709e42a commit 1b93c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/DECZIPHelper.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function CreateZIPCryptoAlgorithmInstance(AlgorithmID: UInt16):TDECFormattedCiph
8484
end;
8585

8686
if Assigned(Result) then
87-
Result.Mode := cmCBCx;
87+
Result.Mode := cmCBCx; // as per ZIP documentation the only supported mode
8888
end;
8989

9090
end.

0 commit comments

Comments
 (0)