[CRYPT32]

- Addenratum to r64026: Merge the certificate stores for real.
CORE-5675 #resolve

svn path=/trunk/; revision=66349
This commit is contained in:
Jérôme Gardou 2015-02-18 21:27:40 +00:00
parent e8c27f3109
commit 3bb981743c

View file

@ -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;
}
}