These patches make the installer of a custom Cryptographic provider work in Wine.
That key should also list msv1_0 (NTLM) and others but since Wine doesn't have
those I didn't add them there.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
---
loader/wine.inf.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index d88e4ffa3f..a991319299 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -683,6 +683,7 @@ HKLM,Software\Microsoft\Windows Messaging Subsystem,"MAPI",2,"1"
HKLM,Software\Policies,,16
HKLM,Software\Registered Applications,,16
HKLM,System\CurrentControlSet\Control\hivelist,,16
+HKLM,System\CurrentControlSet\Control\Lsa,"Security Packages",0x10002,kerberos,schannel
HKLM,System\CurrentControlSet\Control\Lsa\Kerberos,,16
HKLM,System\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\SSL 2.0\Client,"DisabledByDefault",0x10003,1
HKLM,System\CurrentControlSet\Control\ServiceGroupOrder,"List",0x00010000,"TDI"
--
2.15.1