aboutsummaryrefslogtreecommitdiffstats
path: root/g10/hkp.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/hkp.c')
-rw-r--r--g10/hkp.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/g10/hkp.c b/g10/hkp.c
index 7950cc54b..3b1b2cea3 100644
--- a/g10/hkp.c
+++ b/g10/hkp.c
@@ -63,7 +63,11 @@ hkp_ask_import( u32 *keyid )
opt.keyserver_name );
request = m_alloc( strlen( opt.keyserver_name ) + 100 );
/* hkp does not accept the long keyid - we should really write a
- * nicer one */
+ * nicer one :-)
+ * FIXME: request binary mode - need to pass no_armor mode
+ * down to the import function. Marc told that there is such a
+ * binary mode ... how?
+ */
sprintf( request, "x-hkp://%s:11371/pks/lookup?op=get&search=0x%08lX",
opt.keyserver_name, (ulong)keyid[1] );
rc = http_open_document( &hd, request, hflags );