浏览代码

Minor cleanup.

Martijn Laan 11 月之前
父节点
当前提交
c1d985b462
共有 1 个文件被更改,包括 1 次插入1 次删除
  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+}