Skip to content
Snippets Groups Projects
Commit e44686e6 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard
Browse files

wintrust: Removed stray backslash.

parent 9b9de584
No related branches found
No related tags found
No related merge requests found
......@@ -596,7 +596,7 @@ static void WINTRUST_RegisterHttpsProv(void)
TRACE("Going to register HTTPSPROV_ACTION : %s\n", wine_dbgstr_w(GuidString));
lstrcpyW(ProvDllName, SP_POLICY_PROVIDER_DLL_NAME); \
lstrcpyW(ProvDllName, SP_POLICY_PROVIDER_DLL_NAME);
/* HKLM\Software\Microsoft\Cryptography\Trust\Usages\1.3.6.1.5.5.7.3.1 */
WINTRUST_WriteSingleUsageEntry(szOID_PKIX_KP_SERVER_AUTH, Dll, ProvDllName);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment