[CERTUTIL] Improve imports and fix x64 build warning

certutil\asn.cpp(224):
  warning C4267: 'initializing': conversion from 'size_t' to 'DWORD', possible loss of data
This commit is contained in:
Hermès Bélusca-Maïto
2026-03-27 13:45:24 +01:00
parent 6affaf1975
commit f00588552f
4 changed files with 3 additions and 12 deletions

View File

@@ -84,4 +84,3 @@ BOOL hash_file(LPCWSTR Filename)
CloseHandle(hFile);
return bSuccess;
}