From 4555c0be941cef55486b7a1644d9b70f4ea50c77 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 8 Dec 1999 21:03:03 +0000 Subject: See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch --- cipher/cipher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cipher/cipher.c') diff --git a/cipher/cipher.c b/cipher/cipher.c index 1a7a65845..7808d8769 100644 --- a/cipher/cipher.c +++ b/cipher/cipher.c @@ -193,7 +193,7 @@ load_cipher_modules(void) continue; } /* put it into the table */ - if( g10_opt_verbose > 1 ) + if( g10_log_verbosity( 2 ) ) log_info("loaded cipher %d (%s)\n", ct->algo, name); ct->name = name; ct_idx++; -- cgit v1.2.3