Andrew Talbot : cryptnet: Constify a variable.

Alexandre Julliard julliard at winehq.org
Tue Aug 24 11:09:19 CDT 2010


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

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Mon Aug 23 22:22:56 2010 +0100

cryptnet: Constify a variable.

---

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

diff --git a/dlls/cryptnet/cryptnet_main.c b/dlls/cryptnet/cryptnet_main.c
index 0b4e31d..e8e7adf 100644
--- a/dlls/cryptnet/cryptnet_main.c
+++ b/dlls/cryptnet/cryptnet_main.c
@@ -1582,7 +1582,7 @@ static DWORD verify_cert_revocation_with_crl(PCCERT_CONTEXT cert,
 
 static DWORD verify_cert_revocation_from_dist_points_ext(
  const CRYPT_DATA_BLOB *value, PCCERT_CONTEXT cert, DWORD index,
- FILETIME *pTime, DWORD dwFlags, PCERT_REVOCATION_PARA pRevPara,
+ FILETIME *pTime, DWORD dwFlags, const CERT_REVOCATION_PARA *pRevPara,
  PCERT_REVOCATION_STATUS pRevStatus)
 {
     DWORD error = ERROR_SUCCESS, cbUrlArray;




More information about the wine-cvs mailing list