Re: [edk2-devel] [PATCH V2] BaseTools:Change the case rules for ECC check pointer names

2020-01-09 Thread Bob Feng
Please update the copyright to 2020 Thanks, Bob -Original Message- From: Fan, ZhijuX Sent: Friday, January 10, 2020 12:18 PM To: devel@edk2.groups.io Cc: Gao, Liming ; Feng, Bob C Subject: [PATCH V2] BaseTools:Change the case rules for ECC check pointer names BZ:https://bugzilla.tianoc

[edk2-devel] [PATCH V2] BaseTools:Change the case rules for ECC check pointer names

2020-01-09 Thread Fan, ZhijuX
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2087 In CryptHkdf.c line 42 EVP_PKEY_CTX *pHkdfCtx; Variable pHkdfCtx begins with lower case 'p', which should be acceptable because it it is a pointer. (Refer to CCS_2_1_Draft, 4.3.3.3) So ECC tool should be improved to handle issues like th