Browse Source

Minor cleanup.

Martijn Laan 11 tháng trước cách đây
mục cha
commit
c1d985b462
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Components/ChaCha20.pas

+ 1 - 1
Components/ChaCha20.pas

@@ -37,7 +37,7 @@ procedure XChaCha20Crypt(var Context: TChaCha20Context; const InBuffer;
 implementation
 
 uses
-  SysUtils;
+  System.SysUtils;
 
 {$C+}