Răsfoiți Sursa

Minor cleanup.

Martijn Laan 11 luni în urmă
părinte
comite
c1d985b462
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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+}