[pkg-opensc-commit] [pkcs11-helper] 26/253: Doc update
Eric Dorland
eric at moszumanska.debian.org
Fri Jan 6 23:39:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository pkcs11-helper.
commit 7a625abe6f7250371e8ca9246b270c85c26ee93c
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date: Thu Dec 7 20:29:41 2006 +0000
Doc update
---
include/pkcs11-helper-1.0/pkcs11h-certificate.h | 2 +-
include/pkcs11-helper-1.0/pkcs11h-data.h | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/include/pkcs11-helper-1.0/pkcs11h-certificate.h b/include/pkcs11-helper-1.0/pkcs11h-certificate.h
index 919027b..5cf83b2 100644
--- a/include/pkcs11-helper-1.0/pkcs11h-certificate.h
+++ b/include/pkcs11-helper-1.0/pkcs11h-certificate.h
@@ -168,7 +168,7 @@ pkcs11h_certificate_freeCertificate (
* @brief Create a certificate object out of certificate_id.
* @param certificate_id Certificate id object to be based on.
* @param user_data Optional user data, to be passed to hooks.
- * @param mask_prompt Allow prompt.
+ * @param mask_prompt Allow prompt @ref PKCS11H_PROMPT_MASK.
* @param pin_cache_period Session specific cache period.
* @param p_certificate Receives certificate object.
* @note Caller must free result.
diff --git a/include/pkcs11-helper-1.0/pkcs11h-data.h b/include/pkcs11-helper-1.0/pkcs11h-data.h
index ed3622f..442cb04 100644
--- a/include/pkcs11-helper-1.0/pkcs11h-data.h
+++ b/include/pkcs11-helper-1.0/pkcs11h-data.h
@@ -91,7 +91,7 @@ struct pkcs11h_data_id_list_s {
* @param application Object application attribute.
* @param label Object label attribute.
* @param user_data Optional user data, to be passed to hooks.
- * @param mask_prompt Allow prompt.
+ * @param mask_prompt Allow prompt @ref PKCS11H_PROMPT_MASK.
* @param blob Blob, set to NULL to get size.
* @param p_blob_size Blob size.
* @return CK_RV.
@@ -116,7 +116,7 @@ pkcs11h_data_get (
* @param application Object application attribute.
* @param label Object label attribute.
* @param user_data Optional user data, to be passed to hooks.
- * @param mask_prompt Allow prompt.
+ * @param mask_prompt Allow prompt @ref PKCS11H_PROMPT_MASK.
* @param blob Blob, set to NULL to get size.
* @param blob_size Blob size.
* @return CK_RV.
@@ -140,7 +140,7 @@ pkcs11h_data_put (
* @param application Object application attribute.
* @param label Object label attribute.
* @param user_data Optional user data, to be passed to hooks.
- * @param mask_prompt Allow prompt.
+ * @param mask_prompt Allow prompt @ref PKCS11H_PROMPT_MASK.
* @return CK_RV.
*/
CK_RV
@@ -168,7 +168,7 @@ pkcs11h_data_freeDataIdList (
* @param token_id Token id object.
* @param is_public Get a list of public objects.
* @param user_data Optional user data, to be passed to hooks.
- * @param mask_prompt Allow prompt.
+ * @param mask_prompt Allow prompt @ref PKCS11H_PROMPT_MASK.
* @param p_data_id_list List location.
* @see pkcs11h_data_freeDataIdList().
* @return CK_RV.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git
More information about the pkg-opensc-commit
mailing list