summaryrefslogtreecommitdiff
path: root/lib/tpm.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2012-09-21 01:19:19 +0200
committerSimon Josefsson <simon@josefsson.org>2012-09-21 01:19:19 +0200
commit962549eb0be74f0e90f2181db86b47b78118f3ef (patch)
tree9490f4cb6b030af3b48358d612fe68b9cfc00fb8 /lib/tpm.c
parentc93e85ec1ee9d0fd09d078e918f775eff7dd9160 (diff)
downloadgnutls-962549eb0be74f0e90f2181db86b47b78118f3ef.tar.gz
More GTK-DOC warning fixes.
Diffstat (limited to 'lib/tpm.c')
-rw-r--r--lib/tpm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/tpm.c b/lib/tpm.c
index 848cf9657f..4f20e3c38e 100644
--- a/lib/tpm.c
+++ b/lib/tpm.c
@@ -823,11 +823,11 @@ cleanup:
* @url: The URL of the TPM key to be imported
* @srk_password: The password for the SRK key (optional)
* @key_password: A password for the key (optional)
- * @flags: One of the %GNUTLS_PRIVKEY flags
+ * @flags: One of the GNUTLS_PRIVKEY_* flags
*
* This function will import the given private key to the abstract
- * #gnutls_privkey_t structure.
- *
+ * #gnutls_privkey_t structure.
+ *
* Note that unless %GNUTLS_PRIVKEY_DISABLE_CALLBACKS
* is specified, if incorrect (or NULL) passwords are given
* the PKCS11 callback functions will be used to obtain the
@@ -1052,7 +1052,7 @@ int ret;
* @fdata: The TPM key to be imported
* @format: The format of the private key
* @srk_password: The password for the SRK key (optional)
- * @flags: One of the %GNUTLS_PUBKEY flags
+ * @flags: One of the GNUTLS_PUBKEY_* flags
*
* This function will import the public key from the provided TPM key
* structure.