mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-10-30 02:02:30 +00:00 
			
		
		
		
	Fix typos
This commit is contained in:
		| @@ -167,7 +167,7 @@ void Context::loadCertificate() | ||||
| 	if (!_hCertStore) | ||||
| 	{ | ||||
| 		if (_options & OPT_USE_MACHINE_STORE) | ||||
| 			_hCertStore = CertOpenStore(CERT_STORE_PROV_SYSTEM, 0, 0, CERT_SYSTEM_STORE_LOCAL_MACHINE, wcertStoreName.c_str()); | ||||
| 			_hCertStore = CertOpenStore(CERT_STORE_PROV_SYSTEM, 0, 0, CERT_SYSTEM_STORE_LOCAL_MACHINE, _certStoreName.c_str()); | ||||
| 		else | ||||
| 			_hCertStore = CertOpenSystemStoreW(0, wcertStore.c_str()); | ||||
| 	} | ||||
|   | ||||
| @@ -366,7 +366,7 @@ void X509Certificate::loadCertificate(const std::string& certName, const std::st | ||||
| 	Poco::UnicodeConverter::convert(certStoreName, wcertStore); | ||||
| 	HCERTSTORE hCertStore; | ||||
| 	if (useMachineStore) | ||||
| 		hCertStore = CertOpenStore(CERT_STORE_PROV_SYSTEM, 0, 0, CERT_SYSTEM_STORE_LOCAL_MACHINE, wcertStoreName.c_str()); | ||||
| 		hCertStore = CertOpenStore(CERT_STORE_PROV_SYSTEM, 0, 0, CERT_SYSTEM_STORE_LOCAL_MACHINE, certStoreName.c_str()); | ||||
| 	else | ||||
| 		hCertStore = CertOpenSystemStoreW(0, wcertStore.c_str()); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Francis ANDRE
					Francis ANDRE