summaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
authorMoritz Schulte <mo@g10code.com>2003-03-04 18:09:33 +0000
committerMoritz Schulte <mo@g10code.com>2003-03-04 18:09:33 +0000
commitf9467911b7fe16d630f3a85b79009cb1854a713b (patch)
treed0197e19a74fc2f6f9f5d169d2d0fb6e22fad2e6 /src/misc.c
parent89c79b26485dc16365c66396f8f8f18c773f4fc1 (diff)
downloadlibgcrypt-f9467911b7fe16d630f3a85b79009cb1854a713b.tar.gz
2003-03-03 Moritz Schulte <moritz@g10code.com>
* misc.c: Removed old FIXME, since there is already a function to set the value of `verbosity_level'. * gcrypt.h: Removed enumeration list: gcry_ctl_cmds. New enumeration lists: gcry_global_control_cmds, gcry_control_cmds, gcry_info_cmds, gcry_algo_info_cmds. 2003-03-02 Moritz Schulte <moritz@g10code.com> * gcrypt.h (gcry_cipher_reset): New macro for resetting a handle.
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc.c b/src/misc.c
index 5e43302c..b1a40642 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -28,7 +28,7 @@
#include "g10lib.h"
-static int verbosity_level = 0; /* fixme: add a function to set it */
+static int verbosity_level = 0;
static void (*fatal_error_handler)(void*,int, const char*) = NULL;
static void *fatal_error_handler_value = 0;