Browse Source

Minor cleanup.

Martijn Laan 11 months ago
parent
commit
c1d985b462
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Components/ChaCha20.pas

+ 1 - 1
Components/ChaCha20.pas

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