summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-24 20:44:48 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-24 20:44:48 +0200
commit333e3fac8a4e3fe018e0505e67cccf23d2d97747 (patch)
tree5393e30f797a703ab60d2c1ed6da8a597642f12b /lib
parent0e8bafb0a55ab6e05df0d7c663c8a58f03c5f051 (diff)
downloadgnutls-333e3fac8a4e3fe018e0505e67cccf23d2d97747.tar.gz
openpgp doc update
Diffstat (limited to 'lib')
-rw-r--r--lib/openpgp/pgp.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/openpgp/pgp.c b/lib/openpgp/pgp.c
index fb77087722..dc6cadcad1 100644
--- a/lib/openpgp/pgp.c
+++ b/lib/openpgp/pgp.c
@@ -1586,14 +1586,10 @@ gnutls_openpgp_crt_set_preferred_key_id (gnutls_openpgp_crt_t key,
* gnutls_openpgp_crt_get_auth_subkey:
* @crt: the structure that contains the OpenPGP public key.
* @keyid: the struct to save the keyid.
- * @flag: Non (0) indicates that a valid subkey is always returned.
+ * @flag: Non-zero indicates that a valid subkey is always returned.
*
* Returns the 64-bit keyID of the first valid OpenPGP subkey marked
- * for authentication. If flag is non (0) and no authentication
- * subkey exists, then a valid subkey will be returned even if it is
- * not marked for authentication.
- * Returns the 64-bit keyID of the first valid OpenPGP subkey marked
- * for authentication. If flag is non (0) and no authentication
+ * for authentication. If flag is non-zero and no authentication
* subkey exists, then a valid subkey will be returned even if it is
* not marked for authentication.
*