diff options
author | Werner Koch <[email protected]> | 2003-07-03 18:09:55 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-07-03 18:09:55 +0000 |
commit | ca3818df83444227a32b1cc5521a9e641ba86d66 (patch) | |
tree | 8189e93d55a4306f8f6b8c59863594f8809b2b55 /include/cipher.h | |
parent | * options.h (DBG_CIPHER): Reintroduced it. (diff) | |
download | gnupg-ca3818df83444227a32b1cc5521a9e641ba86d66.tar.gz gnupg-ca3818df83444227a32b1cc5521a9e641ba86d66.zip |
* cipher.h (DBG_CIPHER,g10c_debug_mode): Removed.
Diffstat (limited to '')
-rw-r--r-- | include/cipher.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/cipher.h b/include/cipher.h index 3058a2ce0..56a1b2000 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -20,8 +20,6 @@ #ifndef G10_CIPHER_H #define G10_CIPHER_H -#define DBG_CIPHER g10c_debug_mode - #include <gcrypt.h> #define CIPHER_ALGO_NONE GCRY_CIPHER_NONE @@ -83,7 +81,6 @@ typedef struct { #define EXTERN_UNLESS_MAIN_MODULE #endif #endif -EXTERN_UNLESS_MAIN_MODULE int g10c_debug_mode; EXTERN_UNLESS_MAIN_MODULE int g10_opt_verbose; EXTERN_UNLESS_MAIN_MODULE const char *g10_opt_homedir; |