diff options
author | Simon Josefsson <simon@josefsson.org> | 2012-09-21 01:19:19 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2012-09-21 01:19:19 +0200 |
commit | 962549eb0be74f0e90f2181db86b47b78118f3ef (patch) | |
tree | 9490f4cb6b030af3b48358d612fe68b9cfc00fb8 /lib/tpm.c | |
parent | c93e85ec1ee9d0fd09d078e918f775eff7dd9160 (diff) | |
download | gnutls-962549eb0be74f0e90f2181db86b47b78118f3ef.tar.gz |
More GTK-DOC warning fixes.
Diffstat (limited to 'lib/tpm.c')
-rw-r--r-- | lib/tpm.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. |