Hans Leidekker (@hans) commented about dlls/secur32/tests/schannel.c:
pfx.pbData = (BYTE *)pfxdata; pfx.cbData = sizeof(pfxdata);
- store = PFXImportCertStore(&pfx, NULL, CRYPT_EXPORTABLE|CRYPT_USER_KEYSET|PKCS12_NO_PERSIST_KEY);
- store = PFXImportCertStore(&pfx, NULL, CRYPT_EXPORTABLE|CRYPT_USER_KEYSET|PKCS12_NO_PERSIST_KEY|PKCS12_ALWAYS_CNG_KSP);
There's no need to add the flag in this test.