Explorar o código

Minor cleanup.

Martijn Laan hai 11 meses
pai
achega
c1d985b462
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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+}