diff options
author | Werner Koch <[email protected]> | 2004-05-22 11:33:47 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-05-22 11:33:47 +0000 |
commit | 3624da002fcee186ecc772449d9305c5b6af7d0b (patch) | |
tree | 63f5ebb7bd3ec9526556623d6544166a768619b1 /g10/options.h | |
parent | About to release 1.3.6 (diff) | |
download | gnupg-3624da002fcee186ecc772449d9305c5b6af7d0b.tar.gz gnupg-3624da002fcee186ecc772449d9305c5b6af7d0b.zip |
some late minor fixes.V1-3-6
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index d8ed34b3e..dd5c2802c 100644 --- a/g10/options.h +++ b/g10/options.h @@ -208,7 +208,7 @@ EXTERN_UNLESS_MAIN_MODULE struct { int in_auto_key_retrieve; /* True if we are doing an auto_key_retrieve. */ -} ctrl; +} glo_ctrl; #define DBG_PACKET_VALUE 1 /* debug packet reading/writing */ #define DBG_MPI_VALUE 2 /* debug mpi details */ |