wow32: Use spec file imports.
[wine.git] / dlls / dssenh / dssenh.rgs
blob0e9bad7c17c5adda787f7c3ce2f1cfadd8df0d98
1 HKLM
3     NoRemove Software
4     {
5         NoRemove Microsoft
6         {
7             NoRemove Cryptography
8             {
9                 NoRemove Defaults
10                 {
11                     NoRemove Provider
12                     {
13                         ForceRemove 'Microsoft Base DSS Cryptographic Provider'
14                         {
15                             val 'Image Path' = s '%MODULE%'
16                             val 'Type' = d 3
17                         }
18                         ForceRemove 'Microsoft Base DSS and Diffie-Hellman Cryptographic Provider'
19                         {
20                             val 'Image Path' = s '%MODULE%'
21                             val 'Type' = d 13
22                         }
23                         ForceRemove 'Microsoft Enhanced DSS and Diffie-Hellman Cryptographic Provider'
24                         {
25                             val 'Image Path' = s '%MODULE%'
26                             val 'Type' = d 13
27                         }
28                         ForceRemove 'Microsoft DH SChannel Cryptographic Provider'
29                         {
30                             val 'Image Path' = s '%MODULE%'
31                             val 'Type' = d 18
32                         }
33                     }
34                     NoRemove 'Provider Types'
35                     {
36                         ForceRemove 'Type 003'
37                         {
38                             val 'Name' = s 'Microsoft Base DSS Cryptographic Provider'
39                             val 'TypeName' = s 'DSS Signature'
40                         }
41                         ForceRemove 'Type 013'
42                         {
43                             val 'Name' = s 'Microsoft Enhanced DSS and Diffie-Hellman Cryptographic Provider'
44                             val 'TypeName' = s 'DSS Signature with Diffie-Hellman Key Exchange'
45                         }
46                         ForceRemove 'Type 018'
47                         {
48                             val 'Name' = s 'Microsoft DH SChannel Cryptographic Provider'
49                             val 'TypeName' = s 'Diffie-Hellman SChannel'
50                         }
51                     }
52                 }
53             }
54         }
55     }