mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
sync cryptnet with wine 1.1.4
svn path=/trunk/; revision=36213
This commit is contained in:
@@ -219,8 +219,7 @@ static BOOL WINAPI CRYPT_GetUrlFromCertificateCRLDistPoint(LPCSTR pszUrlOid,
|
||||
pUrlArray->rgwszUrl[pUrlArray->cUrl++] =
|
||||
nextUrl;
|
||||
nextUrl +=
|
||||
(lstrlenW(name->rgAltEntry[j].u.pwszURL) + 1)
|
||||
* sizeof(WCHAR);
|
||||
(lstrlenW(name->rgAltEntry[j].u.pwszURL) + 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user