From c77a19ccb4f147883caa86508b93cb8a9eb045da Mon Sep 17 00:00:00 2001 From: Dongsun Lee Date: Tue, 7 Jul 2015 15:32:06 +0900 Subject: [PATCH] [Tutorial][key-manager] Bug fix in a link for key-manager API Reference Change-Id: Idc18ed15df0a17dd5ffb04807ea1ac1d08d09dec Signed-off-by: Dongsun Lee --- org.tizen.tutorials/html/native/security/key_tutorial_n.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.tizen.tutorials/html/native/security/key_tutorial_n.htm b/org.tizen.tutorials/html/native/security/key_tutorial_n.htm index 22e1e2f..c79befa 100644 --- a/org.tizen.tutorials/html/native/security/key_tutorial_n.htm +++ b/org.tizen.tutorials/html/native/security/key_tutorial_n.htm @@ -200,7 +200,7 @@ if (CKMC_ERROR_NONE != ret) Note that a few Key manager APIs have been deprecated since Tizen 2.4. - For example, several ckmc_remove_* () have been replaced by ckmc_remove_alias(). Although the deprecated APIs continue to be available, it is strongly recommended to use new APIs. For more information on the deprecated information, please refer to the Key-manager API References. + For example, several ckmc_remove_* () have been replaced by ckmc_remove_alias(). Although the deprecated APIs continue to be available, it is strongly recommended to use new APIs. For more information on the deprecated information, please refer to the Key-manager API References. -- 2.7.4