Remove unnecessary deprectation tag 40/295240/1
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Tue, 4 Jul 2023 06:53:14 +0000 (08:53 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Tue, 4 Jul 2023 06:53:14 +0000 (08:53 +0200)
Change-Id: I3c58b65be42a736eea89ee2fc2e179e196ed0c60

src/include/ckmc/ckmc-manager.h

index 47b85b8..acf099a 100644 (file)
@@ -874,7 +874,7 @@ int ckmc_get_cert_chain_with_trustedcert(const ckmc_cert_s *cert,
  * @see ckmc_cert_list_all_free()
  */
 int ckmc_ocsp_check(const ckmc_cert_list_s *pcert_chain_list,
-                    ckmc_ocsp_status_e *ocsp_status) TIZEN_DEPRECATED_API;
+                    ckmc_ocsp_status_e *ocsp_status);
 
 
 /**