fix comment.

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1471 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
sato_masaki 2008-05-22 09:43:34 +00:00
parent a386e82697
commit d533f4278b

View File

@ -241,7 +241,7 @@ BOOL VerifyWlanfirmSignature(u8* buffer, u32 length)
pSign = (u8*)hdr->sign;
txt = (u8*)hdr->hash;
txtlen = (u32)NWM_FW_SECURITY_AREA_SIZE - SIGN_LENGTH; /* 署名の直前までのLength */
txtlen = (u32)NWM_FW_SECURITY_AREA_SIZE - SIGN_LENGTH; /* 署名を除いたSecurity Areaのサイズ */
/* calculate SHA-1 digest */
SVC_SHA1Init( &sctx );