aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpgd.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/gpgd.c')
-rw-r--r--g10/gpgd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/gpgd.c b/g10/gpgd.c
index 72fcade8d..34158b7f9 100644
--- a/g10/gpgd.c
+++ b/g10/gpgd.c
@@ -129,7 +129,7 @@ set_debug(void)
if( opt.debug & DBG_MPI_VALUE )
mpi_debug_mode = 1;
if( opt.debug & DBG_CIPHER_VALUE )
- cipher_debug_mode = 1;
+ g10c_debug_mode = 1;
if( opt.debug & DBG_IOBUF_VALUE )
iobuf_debug_mode = 1;
}