aboutsummaryrefslogtreecommitdiffstats
path: root/g10/hkp.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2002-09-09 19:21:58 +0000
committerDavid Shaw <[email protected]>2002-09-09 19:21:58 +0000
commitd8eda8dbd1955c36b02a98b8e8f1160743846b3c (patch)
treed7e9a516dd5ba4cea117194fbc4f7aae6439b0af /g10/hkp.c
parent* NEWS: typo. (diff)
downloadgnupg-d8eda8dbd1955c36b02a98b8e8f1160743846b3c.tar.gz
gnupg-d8eda8dbd1955c36b02a98b8e8f1160743846b3c.zip
* g10.c (add_group): Use '=' to separate group name from group members.
Use a better error message for when no = is found. * hkp.c (hkp_export): Use CRLF in headers.
Diffstat (limited to 'g10/hkp.c')
-rw-r--r--g10/hkp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/hkp.c b/g10/hkp.c
index 204d4ec1a..00d5c1196 100644
--- a/g10/hkp.c
+++ b/g10/hkp.c
@@ -157,7 +157,7 @@ hkp_export( STRLIST users )
return rc;
}
- sprintf( request, "Content-Length: %u\n",
+ sprintf( request, "Content-Length: %u\r\n",
(unsigned)iobuf_get_temp_length(temp) + 9 );
iobuf_writestr( hd.fp_write, request );
m_free( request );