Yuval Fledel : include: Fix a typo in wincrypt.h.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Apr 23 08:39:12 CDT 2007


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

Author: Yuval Fledel <yuvalfl at gmail.com>
Date:   Fri Apr 20 23:10:24 2007 +0300

include: Fix a typo in wincrypt.h.

---

 include/wincrypt.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/wincrypt.h b/include/wincrypt.h
index 6554376..90fc1c8 100644
--- a/include/wincrypt.h
+++ b/include/wincrypt.h
@@ -781,7 +781,7 @@ struct _CERT_CHAIN_CONTEXT {
     DWORD                 cChain;
     PCERT_SIMPLE_CHAIN   *rgpChain;
     DWORD                 cLowerQualityChainContext;
-    PCCERT_CHAIN_CONTEXT *rgbLowerQualityChainContext;
+    PCCERT_CHAIN_CONTEXT *rgpLowerQualityChainContext;
     BOOL                  fHasRevocationFreshnessTime;
     DWORD                 dwRevocationFreshnessTime;
 };




More information about the wine-cvs mailing list