Juan Lang : crypt32: Don' t store redundant copy of crypto provider in reg store.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Aug 20 07:42:38 CDT 2007


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

Author: Juan Lang <juan.lang at gmail.com>
Date:   Fri Aug 17 11:58:17 2007 -0700

crypt32: Don't store redundant copy of crypto provider in reg store.

---

 dlls/crypt32/regstore.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/crypt32/regstore.c b/dlls/crypt32/regstore.c
index b2a35eb..7bfb4df 100644
--- a/dlls/crypt32/regstore.c
+++ b/dlls/crypt32/regstore.c
@@ -37,7 +37,6 @@ typedef struct _WINE_HASH_TO_DELETE
 typedef struct _WINE_REGSTOREINFO
 {
     DWORD            dwOpenFlags;
-    HCRYPTPROV       cryptProv;
     HCERTSTORE       memStore;
     HKEY             key;
     BOOL             dirty;
@@ -518,7 +517,6 @@ PWINECRYPT_CERTSTORE CRYPT_RegOpenStore(HCRYPTPROV hCryptProv, DWORD dwFlags,
                     CERT_STORE_PROV_INFO provInfo = { 0 };
 
                     regInfo->dwOpenFlags = dwFlags;
-                    regInfo->cryptProv = hCryptProv;
                     regInfo->memStore = memStore;
                     regInfo->key = key;
                     InitializeCriticalSection(&regInfo->cs);




More information about the wine-cvs mailing list