aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pipemode.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/pipemode.c')
-rw-r--r--g10/pipemode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/pipemode.c b/g10/pipemode.c
index 54e461f46..eb69995e3 100644
--- a/g10/pipemode.c
+++ b/g10/pipemode.c
@@ -72,7 +72,7 @@ make_control ( byte *buf, int code, int operation )
buf[n++] = 0xff; /* new format, type 63, 1 length byte */
n++; /* length will fixed below */
memcpy(buf+n, sesmark, sesmarklen ); n+= sesmarklen;
- buf[n++] = 2; /* control type: pipemode marker */
+ buf[n++] = CTRLPKT_PIPEMODE;
buf[n++] = code;
buf[n++] = operation;
buf[1] = n-2;