rsaenh: Remove unused file-static variables.
This commit is contained in:
parent
a7c9c793cf
commit
936d5351f5
|
@ -4509,59 +4509,6 @@ cleanup:
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
static const WCHAR szProviderKeys[6][116] = {
|
|
||||||
{ 'S','o','f','t','w','a','r','e','\\',
|
|
||||||
'M','i','c','r','o','s','o','f','t','\\','C','r','y','p','t','o','g','r',
|
|
||||||
'a','p','h','y','\\','D','e','f','a','u','l','t','s','\\','P','r','o','v',
|
|
||||||
'i','d','e','r','\\','M','i','c','r','o','s','o','f','t',' ','B','a','s',
|
|
||||||
'e',' ','C','r','y','p','t','o','g','r','a','p','h','i','c',' ','P','r',
|
|
||||||
'o','v','i','d','e','r',' ','v','1','.','0',0 },
|
|
||||||
{ 'S','o','f','t','w','a','r','e','\\',
|
|
||||||
'M','i','c','r','o','s','o','f','t','\\','C','r','y','p','t','o','g','r',
|
|
||||||
'a','p','h','y','\\','D','e','f','a','u','l','t','s','\\','P','r','o','v',
|
|
||||||
'i','d','e','r','\\','M','i','c','r','o','s','o','f','t',' ',
|
|
||||||
'E','n','h','a','n','c','e','d',
|
|
||||||
' ','C','r','y','p','t','o','g','r','a','p','h','i','c',' ','P','r',
|
|
||||||
'o','v','i','d','e','r',' ','v','1','.','0',0 },
|
|
||||||
{ 'S','o','f','t','w','a','r','e','\\',
|
|
||||||
'M','i','c','r','o','s','o','f','t','\\','C','r','y','p','t','o','g','r',
|
|
||||||
'a','p','h','y','\\','D','e','f','a','u','l','t','s','\\','P','r','o','v',
|
|
||||||
'i','d','e','r','\\','M','i','c','r','o','s','o','f','t',' ','S','t','r','o','n','g',
|
|
||||||
' ','C','r','y','p','t','o','g','r','a','p','h','i','c',' ','P','r',
|
|
||||||
'o','v','i','d','e','r',0 },
|
|
||||||
{ 'S','o','f','t','w','a','r','e','\\','M','i','c','r','o','s','o','f','t','\\',
|
|
||||||
'C','r','y','p','t','o','g','r','a','p','h','y','\\','D','e','f','a','u','l','t','s','\\',
|
|
||||||
'P','r','o','v','i','d','e','r','\\','M','i','c','r','o','s','o','f','t',' ',
|
|
||||||
'R','S','A',' ','S','C','h','a','n','n','e','l',' ',
|
|
||||||
'C','r','y','p','t','o','g','r','a','p','h','i','c',' ','P','r','o','v','i','d','e','r',0 },
|
|
||||||
{ 'S','o','f','t','w','a','r','e','\\','M','i','c','r','o','s','o','f','t','\\',
|
|
||||||
'C','r','y','p','t','o','g','r','a','p','h','y','\\','D','e','f','a','u','l','t','s','\\',
|
|
||||||
'P','r','o','v','i','d','e','r','\\','M','i','c','r','o','s','o','f','t',' ',
|
|
||||||
'E','n','h','a','n','c','e','d',' ','R','S','A',' ','a','n','d',' ','A','E','S',' ',
|
|
||||||
'C','r','y','p','t','o','g','r','a','p','h','i','c',' ','P','r','o','v','i','d','e','r',0 },
|
|
||||||
{ 'S','o','f','t','w','a','r','e','\\','M','i','c','r','o','s','o','f','t','\\',
|
|
||||||
'C','r','y','p','t','o','g','r','a','p','h','y','\\','D','e','f','a','u','l','t','s','\\',
|
|
||||||
'P','r','o','v','i','d','e','r','\\','M','i','c','r','o','s','o','f','t',' ',
|
|
||||||
'E','n','h','a','n','c','e','d',' ','R','S','A',' ','a','n','d',' ','A','E','S',' ',
|
|
||||||
'C','r','y','p','t','o','g','r','a','p','h','i','c',' ','P','r','o','v','i','d','e','r',
|
|
||||||
' ','(','P','r','o','t','o','t','y','p','e',')',0 }
|
|
||||||
};
|
|
||||||
static const WCHAR szDefaultKeys[3][65] = {
|
|
||||||
{ 'S','o','f','t','w','a','r','e','\\',
|
|
||||||
'M','i','c','r','o','s','o','f','t','\\','C','r','y','p','t','o','g','r',
|
|
||||||
'a','p','h','y','\\','D','e','f','a','u','l','t','s','\\','P','r','o','v',
|
|
||||||
'i','d','e','r',' ','T','y','p','e','s','\\','T','y','p','e',' ','0','0','1',0 },
|
|
||||||
{ 'S','o','f','t','w','a','r','e','\\',
|
|
||||||
'M','i','c','r','o','s','o','f','t','\\','C','r','y','p','t','o','g','r',
|
|
||||||
'a','p','h','y','\\','D','e','f','a','u','l','t','s','\\','P','r','o','v',
|
|
||||||
'i','d','e','r',' ','T','y','p','e','s','\\','T','y','p','e',' ','0','1','2',0 },
|
|
||||||
{ 'S','o','f','t','w','a','r','e','\\',
|
|
||||||
'M','i','c','r','o','s','o','f','t','\\','C','r','y','p','t','o','g','r',
|
|
||||||
'a','p','h','y','\\','D','e','f','a','u','l','t','s','\\','P','r','o','v',
|
|
||||||
'i','d','e','r',' ','T','y','p','e','s','\\','T','y','p','e',' ','0','2','4',0 }
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* DllRegisterServer (RSAENH.@)
|
* DllRegisterServer (RSAENH.@)
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue