Fix typo
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
8a093c645e
commit
f3cc5b6064
@ -1260,7 +1260,7 @@ inline void operator>>(_Inout_ eap::cursor_in &cursor, _Out_ winstd::cert_contex
|
||||
cursor >> (unsigned int&)dwCertEncodingType;
|
||||
|
||||
DWORD dwCertEncodedSize;
|
||||
assert(sizeof(dwCertEncodingType) == sizeof(unsigned int));
|
||||
assert(sizeof(dwCertEncodedSize) == sizeof(unsigned int));
|
||||
cursor >> (unsigned int&)dwCertEncodedSize;
|
||||
|
||||
if (dwCertEncodedSize) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user