mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
* cipher.h (DBG_CIPHER,g10c_debug_mode): Removed.
This commit is contained in:
parent
1753a2f3b0
commit
ca3818df83
@ -1,3 +1,7 @@
|
|||||||
|
2003-07-03 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* cipher.h (DBG_CIPHER,g10c_debug_mode): Removed.
|
||||||
|
|
||||||
2003-06-11 Werner Koch <wk@gnupg.org>
|
2003-06-11 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* cipher.h: Include gcrypt.h and mapped cipher algo names to
|
* cipher.h: Include gcrypt.h and mapped cipher algo names to
|
||||||
@ -5,7 +9,6 @@
|
|||||||
handle definitions and other raerely used stuff. This file will
|
handle definitions and other raerely used stuff. This file will
|
||||||
eventually be entirely removed.
|
eventually be entirely removed.
|
||||||
|
|
||||||
|
|
||||||
2003-06-10 Werner Koch <wk@gnupg.org>
|
2003-06-10 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* types.h (struct strlist): Removed.
|
* types.h (struct strlist): Removed.
|
||||||
|
@ -20,8 +20,6 @@
|
|||||||
#ifndef G10_CIPHER_H
|
#ifndef G10_CIPHER_H
|
||||||
#define G10_CIPHER_H
|
#define G10_CIPHER_H
|
||||||
|
|
||||||
#define DBG_CIPHER g10c_debug_mode
|
|
||||||
|
|
||||||
#include <gcrypt.h>
|
#include <gcrypt.h>
|
||||||
|
|
||||||
#define CIPHER_ALGO_NONE GCRY_CIPHER_NONE
|
#define CIPHER_ALGO_NONE GCRY_CIPHER_NONE
|
||||||
@ -83,7 +81,6 @@ typedef struct {
|
|||||||
#define EXTERN_UNLESS_MAIN_MODULE
|
#define EXTERN_UNLESS_MAIN_MODULE
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
EXTERN_UNLESS_MAIN_MODULE int g10c_debug_mode;
|
|
||||||
EXTERN_UNLESS_MAIN_MODULE int g10_opt_verbose;
|
EXTERN_UNLESS_MAIN_MODULE int g10_opt_verbose;
|
||||||
EXTERN_UNLESS_MAIN_MODULE const char *g10_opt_homedir;
|
EXTERN_UNLESS_MAIN_MODULE const char *g10_opt_homedir;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user