Fix documentation error(This function points to itself in the @see tag) 61/218861/1
authorDongsun Lee <ds73.lee@samsung.com>
Fri, 29 Nov 2019 02:42:59 +0000 (11:42 +0900)
committerDong Sun Lee <ds73.lee@samsung.com>
Fri, 29 Nov 2019 02:40:01 +0000 (02:40 +0000)
Change-Id: I464677cf7e23d41a133e3ea83a71754a17ca8541
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
src/include/ckmc/ckmc-manager.h

index 251052c..4d90b66 100644 (file)
@@ -661,7 +661,7 @@ int ckmc_create_signature(const char *private_key_alias, const char *password, c
  * @pre User is already logged in and the user key is already loaded into memory in plain text form.
  * @see ckmc_create_key_pair_rsa()
  * @see ckmc_create_key_pair_ecdsa()
- * @see ckmc_verify_signature()
+ * @see ckmc_create_signature()
  * @see #ckmc_hash_algo_e
  * @see #ckmc_rsa_padding_algo_e
  */