summaryrefslogtreecommitdiffstats
path: root/g10/build-packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/build-packet.c')
-rw-r--r--g10/build-packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/build-packet.c b/g10/build-packet.c
index b6e1b6fd4..229c5a428 100644
--- a/g10/build-packet.c
+++ b/g10/build-packet.c
@@ -361,7 +361,7 @@ write_header( IOBUF out, int ctb, u32 len )
if( iobuf_put(out, ctb ) )
return -1;
if( !len ) {
- iobuf_set_block_mode(out, 5 /*8196*/ );
+ iobuf_set_block_mode(out, 8196 );
}
else {
if( ctb & 2 ) {