mirror of https://github.com/acidanthera/audk.git
Add missing parameter comment in AddPubKeyInStore()
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dong Guo <guo.dong@intel.com> Reviewed-by: Dong, Eric <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15426 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5fef1a3492
commit
e3ff137e36
|
@ -450,6 +450,7 @@ AutenticatedVariableServiceInitialize (
|
|||
Add public key in store and return its index.
|
||||
|
||||
@param[in] PubKey Input pointer to Public Key data
|
||||
@param[in] VariableDataEntry The variable data entry
|
||||
|
||||
@return Index of new added item
|
||||
|
||||
|
|
Loading…
Reference in New Issue