Remove a mistaken comment line
It appears there is a mistaken line in the comment for OEMCrypto_LoadLicense. Change-Id: I6a265e606052913a1adac317fa8557663897994c
This commit is contained in:
committed by
Robert Shih
parent
aaa1ce865f
commit
e0dac6f403
@@ -1520,7 +1520,6 @@ OEMCryptoResult OEMCrypto_PrepAndSignRenewalRequest(
|
|||||||
* @param[in] signature: pointer to memory containing the signature.
|
* @param[in] signature: pointer to memory containing the signature.
|
||||||
* @param[in] signature_length: length of the signature, in bytes.
|
* @param[in] signature_length: length of the signature, in bytes.
|
||||||
*
|
*
|
||||||
* @retval OEMCrypto_SUCCESS success OEMCrypto_ERROR_NO_DEVICE_KEY
|
|
||||||
* @retval OEMCrypto_SUCCESS success
|
* @retval OEMCrypto_SUCCESS success
|
||||||
* @retval OEMCrypto_ERROR_NO_DEVICE_KEY
|
* @retval OEMCrypto_ERROR_NO_DEVICE_KEY
|
||||||
* @retval OEMCrypto_ERROR_INVALID_SESSION
|
* @retval OEMCrypto_ERROR_INVALID_SESSION
|
||||||
@@ -1667,7 +1666,7 @@ OEMCryptoResult OEMCrypto_LoadRenewal(OEMCrypto_SESSION session,
|
|||||||
* @param[in,out] key_control_block_length. The length of key_control_block
|
* @param[in,out] key_control_block_length. The length of key_control_block
|
||||||
* buffer.
|
* buffer.
|
||||||
*
|
*
|
||||||
* @retval OEMCrypto_SUCCESS
|
* @retval OEMCrypto_SUCCESS success
|
||||||
* @retval OEMCrypto_ERROR_INVALID_CONTEXT
|
* @retval OEMCrypto_ERROR_INVALID_CONTEXT
|
||||||
* @retval OEMCrypto_ERROR_INSUFFICIENT_RESOURCES
|
* @retval OEMCrypto_ERROR_INSUFFICIENT_RESOURCES
|
||||||
* @retval OEMCrypto_ERROR_UNKNOWN_FAILURE
|
* @retval OEMCrypto_ERROR_UNKNOWN_FAILURE
|
||||||
|
|||||||
Reference in New Issue
Block a user