From ca3818df83444227a32b1cc5521a9e641ba86d66 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 3 Jul 2003 18:09:55 +0000 Subject: * cipher.h (DBG_CIPHER,g10c_debug_mode): Removed. --- include/ChangeLog | 5 ++++- include/cipher.h | 3 --- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/ChangeLog b/include/ChangeLog index 0b1001c3b..7d8191a2d 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,10 +1,13 @@ +2003-07-03 Werner Koch + + * cipher.h (DBG_CIPHER,g10c_debug_mode): Removed. + 2003-06-11 Werner Koch * cipher.h: Include gcrypt.h and mapped cipher algo names to gcrypt ones. Removed twofish_old and skipjack. Removed all handle definitions and other raerely used stuff. This file will eventually be entirely removed. - 2003-06-10 Werner Koch 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 #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; -- cgit v1.2.3