소스 검색

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+}