Module: wine Branch: master Commit: 936d5351f514a0f71b17bd5c8bfc143769b0aee0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=936d5351f514a0f71b17bd5c8b...
Author: Frédéric Delanoy frederic.delanoy@gmail.com Date: Thu Nov 17 00:29:14 2011 +0100
rsaenh: Remove unused file-static variables.
---
dlls/rsaenh/rsaenh.c | 53 -------------------------------------------------- 1 files changed, 0 insertions(+), 53 deletions(-)
diff --git a/dlls/rsaenh/rsaenh.c b/dlls/rsaenh/rsaenh.c index fe5ff3a..9d38793 100644 --- a/dlls/rsaenh/rsaenh.c +++ b/dlls/rsaenh/rsaenh.c @@ -4509,59 +4509,6 @@ cleanup: 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.@) */