aboutsummaryrefslogtreecommitdiff
path: root/src/ca/scacertexec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ca/scacertexec.cpp')
-rw-r--r--src/ca/scacertexec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ca/scacertexec.cpp b/src/ca/scacertexec.cpp
index ff87f485..4bb4ef95 100644
--- a/src/ca/scacertexec.cpp
+++ b/src/ca/scacertexec.cpp
@@ -148,7 +148,7 @@ static HRESULT ExecuteCertificateOperation(
148 LPWSTR pwzFilePath = NULL; 148 LPWSTR pwzFilePath = NULL;
149 BYTE* pbData = NULL; 149 BYTE* pbData = NULL;
150 DWORD cbData = 0; 150 DWORD cbData = 0;
151 DWORD cbPFXPassword = 0; 151 DWORD_PTR cbPFXPassword = 0;
152 152
153 BOOL fUserStoreLocation = (CERT_SYSTEM_STORE_CURRENT_USER == dwStoreLocation); 153 BOOL fUserStoreLocation = (CERT_SYSTEM_STORE_CURRENT_USER == dwStoreLocation);
154 HCERTSTORE hCertStore = NULL; 154 HCERTSTORE hCertStore = NULL;