aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpgd.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-06-15 15:41:04 +0000
committerWerner Koch <[email protected]>1998-06-15 15:41:04 +0000
commit6e1ca6b80fb50ff5e1c065b7ac12635487b4a6d2 (patch)
tree7c4a888893a91b59753b3d89e59832f8c24ba039 /g10/gpgd.c
parentgnupg extension are now working (diff)
downloadgnupg-6e1ca6b80fb50ff5e1c065b7ac12635487b4a6d2.tar.gz
gnupg-6e1ca6b80fb50ff5e1c065b7ac12635487b4a6d2.zip
extensions are now working and fixed a lot of bugs
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;
}