Fix wrong fuction name in the documentation 20/294620/1
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Wed, 21 Jun 2023 18:50:26 +0000 (20:50 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Wed, 21 Jun 2023 20:06:36 +0000 (22:06 +0200)
Change-Id: Ib83d88de1d17bd32b86cd7c99b5dd12247d0aaf8

src/include/ckmc/ckmc-manager.h

index 3dc6d9f..5e7a755 100644 (file)
@@ -869,8 +869,8 @@ int ckmc_get_cert_chain_with_trustedcert(const ckmc_cert_s *cert,
  * @retval #CKMC_ERROR_PERMISSION_DENIED Failed to access key manager
  * @retval #CKMC_ERROR_INVALID_PARAMETER Input parameter is invalid
  * @pre User is already logged in and the user key is already loaded into memory in plain text form.
- * @pre @a pcert_chain_list is created with ckmc_get_certificate_chain() or
- *      ckmc_get_certificate_chain_with_alias().
+ * @pre @a pcert_chain_list is created with ckmc_get_cert_chain() or
+ *      ckmc_get_cert_chain_with_alias().
  * @see ckmc_get_cert_chain())
  * @see ckmc_cert_list_all_free()
  */