summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-06-16 21:37:23 +0200
committerSimon Josefsson <simon@josefsson.org>2008-06-16 21:37:23 +0200
commit141cfddb3f2c675262231465fc22128e7de0e7ec (patch)
treefc18115ea311ef241b4152faf69bcd7269c401cd
parent38bc452568faa2ef00c055431a1c653d21f15a98 (diff)
downloadgnutls-141cfddb3f2c675262231465fc22128e7de0e7ec.tar.gz
Fix typo in documentation.
Tiny patch from Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>.
-rw-r--r--lib/openpgp/pgp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/openpgp/pgp.c b/lib/openpgp/pgp.c
index 02834f72b8..493cee5ab0 100644
--- a/lib/openpgp/pgp.c
+++ b/lib/openpgp/pgp.c
@@ -216,7 +216,6 @@ gnutls_openpgp_crt_export (gnutls_openpgp_crt_t key,
output_data_size, 0);
}
-
/**
* gnutls_openpgp_crt_get_fingerprint - Gets the fingerprint
* @key: the raw data that contains the OpenPGP public key.
@@ -226,7 +225,7 @@ gnutls_openpgp_crt_export (gnutls_openpgp_crt_t key,
* Get key fingerprint. Depending on the algorithm, the fingerprint
* can be 16 or 20 bytes.
*
- * Returns: the fingerprint of the OpenPGP key.
+ * Returns: On success, 0 is returned. Otherwise, an error code.
**/
int
gnutls_openpgp_crt_get_fingerprint (gnutls_openpgp_crt_t key,