mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[CRYPT32]
- Addenratum to r64026: Merge the certificate stores for real. CORE-5675 #resolve svn path=/trunk/; revision=66349
This commit is contained in:
@@ -808,6 +808,7 @@ static HCERTSTORE create_root_store(void)
|
||||
HCERTSTORE collStore = CertOpenStore(CERT_STORE_PROV_COLLECTION, 0, 0,
|
||||
CERT_STORE_CREATE_NEW_FLAG, NULL);
|
||||
CertAddStoreToCollection(collStore, regStore, 0, 0);
|
||||
CertAddStoreToCollection(collStore, root, 0, 0);
|
||||
root = collStore;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user