aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <[email protected]>2015-03-19 10:15:53 +0000
committerNeal H. Walfield <[email protected]>2015-03-23 18:58:31 +0000
commit7a56b6b3aa8b7a07bd80a3fcd5114bd1af359fa3 (patch)
tree0c7e00f2dba6d64c58afb62ca248a8b5de2e4ba7
parentImprove spelling and grammar of some comments. (diff)
downloadgnupg-7a56b6b3aa8b7a07bd80a3fcd5114bd1af359fa3.tar.gz
gnupg-7a56b6b3aa8b7a07bd80a3fcd5114bd1af359fa3.zip
Improve documentation for ks_hkp_get.
* dirmngr/ks-engine-hkp.c (ks_hkp_get): Improvement documentation. -- Signed-off-by: Neal H. Walfield <[email protected]>
-rw-r--r--dirmngr/ks-engine-hkp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dirmngr/ks-engine-hkp.c b/dirmngr/ks-engine-hkp.c
index c382e1bd3..fcdd71ee6 100644
--- a/dirmngr/ks-engine-hkp.c
+++ b/dirmngr/ks-engine-hkp.c
@@ -1253,7 +1253,8 @@ ks_hkp_search (ctrl_t ctrl, parsed_uri_t uri, const char *pattern,
/* Get the key described key the KEYSPEC string from the keyserver
identified by URI. On success R_FP has an open stream to read the
- data. */
+ data. The data will be provided in a format GnuPG can import
+ (either a binary OpenPGP message or an armored one). */
gpg_error_t
ks_hkp_get (ctrl_t ctrl, parsed_uri_t uri, const char *keyspec, estream_t *r_fp)
{