From f3cc5b60648217a810d4d762d989ca2e002bce6e Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 14 Aug 2019 08:56:01 +0200 Subject: [PATCH] Fix typo Signed-off-by: Simon Rozman --- lib/EAPBase/include/EAP.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/EAPBase/include/EAP.h b/lib/EAPBase/include/EAP.h index 6f77c0a..b77bed0 100644 --- a/lib/EAPBase/include/EAP.h +++ b/lib/EAPBase/include/EAP.h @@ -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) {