aboutsummaryrefslogtreecommitdiffstats
path: root/g10/hkp.c
diff options
context:
space:
mode:
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 );