summaryrefslogtreecommitdiff
path: root/src/include/ckmc/ckmc-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ckmc/ckmc-manager.h')
-rw-r--r--src/include/ckmc/ckmc-manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/ckmc/ckmc-manager.h b/src/include/ckmc/ckmc-manager.h
index a78d37aa..0b3ee778 100644
--- a/src/include/ckmc/ckmc-manager.h
+++ b/src/include/ckmc/ckmc-manager.h
@@ -570,8 +570,8 @@ int ckmc_create_key_pair_rsa(const size_t size,
* use this function since 3.0.
* @remarks If password in the policy is provided, the key is additionally encrypted with the
* password in the policy.
- * @param[in] size The size of key strength to be created. @c 1024, @c 2048, @c 3072 and @c 4096 are
- * supported
+ * @param[in] size The size of key strength to be created. @c 1024, @c 2048, @c 3072 (Since 7.0)
+ * and @c 4096 are supported
* @param[in] private_key_alias The name of private key to be stored
* @param[in] public_key_alias The name of public key to be stored
* @param[in] policy_private_key The policy about how to store a private key securely