summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-10-30 12:37:36 +0000
committerSimon Josefsson <simon@josefsson.org>2006-10-30 12:37:36 +0000
commitee963a286e994457c86c68f2f26defae4ad547f2 (patch)
tree6098b36f8f18561a1471ded46734d25627cc5a4b
parentec4c83502a8d7ffb4b1f54b28db6f38bb01fedfc (diff)
downloadgnutls-ee963a286e994457c86c68f2f26defae4ad547f2.tar.gz
(gnutls_openpgp_key_get_fingerprint): Doc fix. Reported by
ludovic.courtes@laas.fr (Ludovic Courtès).
-rw-r--r--libextra/openpgp/pgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libextra/openpgp/pgp.c b/libextra/openpgp/pgp.c
index c1aac52d5c..5a14dec910 100644
--- a/libextra/openpgp/pgp.c
+++ b/libextra/openpgp/pgp.c
@@ -216,7 +216,7 @@ gnutls_openpgp_key_export (gnutls_openpgp_key_t key,
/**
* gnutls_openpgp_key_get_fingerprint - Gets the fingerprint
* @key: the raw data that contains the OpenPGP public key.
- * @fpr: the buffer to save the fingerprint.
+ * @fpr: the buffer to save the fingerprint, must hold at least 20 bytes.
* @fprlen: the integer to save the length of the fingerprint.
*
* Returns the fingerprint of the OpenPGP key. Depends on the algorithm,