From f9467911b7fe16d630f3a85b79009cb1854a713b Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Tue, 4 Mar 2003 18:09:33 +0000 Subject: 2003-03-03 Moritz Schulte * 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 * gcrypt.h (gcry_cipher_reset): New macro for resetting a handle. --- src/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc.c') 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; -- cgit v1.2.1