include: Fix a typo in wincrypt.h.

oldstable
Yuval Fledel 2007-04-20 23:10:24 +03:00 committed by Alexandre Julliard
parent e28630bc32
commit 355d3c7e47
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};