Juan Lang : rsaenh: Make the enhanced crypto provider the default.

Alexandre Julliard julliard at winehq.org
Tue Oct 20 10:33:34 CDT 2009


Module: wine
Branch: master
Commit: 7a6381e852a4daf0bbc77ffcb9da3bd85002e1d8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7a6381e852a4daf0bbc77ffcb9da3bd85002e1d8

Author: Juan Lang <juan.lang at gmail.com>
Date:   Mon Oct 19 13:39:50 2009 -0700

rsaenh: Make the enhanced crypto provider the default.

---

 dlls/rsaenh/rsaenh.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dlls/rsaenh/rsaenh.c b/dlls/rsaenh/rsaenh.c
index 0cc4fb4..de3125c 100644
--- a/dlls/rsaenh/rsaenh.c
+++ b/dlls/rsaenh/rsaenh.c
@@ -4459,7 +4459,8 @@ HRESULT WINAPI DllRegisterServer(void)
             {
                 static const WCHAR szName[] = { 'N','a','m','e',0 };
                 static const WCHAR szRSAName[3][54] = {
-                  { 'M','i','c','r','o','s','o','f','t',' ', 'B','a','s','e',' ',
+                  { '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 },
                   { 'M','i','c','r','o','s','o','f','t',' ','R','S','A',' ',




More information about the wine-cvs mailing list