aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/cipher.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-06-13 17:00:02 +0000
committerWerner Koch <[email protected]>1998-06-13 17:00:02 +0000
commite662bf708b4f24ec36b4ec8d26e66e4381bddeda (patch)
tree63f6024556241d73918e22ce678ba91a07d24537 /cipher/cipher.c
parenta whole bunch of internal cleanups (diff)
downloadgnupg-e662bf708b4f24ec36b4ec8d26e66e4381bddeda.tar.gz
gnupg-e662bf708b4f24ec36b4ec8d26e66e4381bddeda.zip
gnupg extension are now working
Diffstat (limited to 'cipher/cipher.c')
-rw-r--r--cipher/cipher.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cipher/cipher.c b/cipher/cipher.c
index 6ac468274..064947865 100644
--- a/cipher/cipher.c
+++ b/cipher/cipher.c
@@ -178,7 +178,8 @@ load_cipher_modules()
continue;
}
/* put it into the table */
- log_info("loaded cipher %d (%s)\n", ct->algo, name);
+ if( g10_opt_verbose > 1 )
+ log_info("loaded cipher %d (%s)\n", ct->algo, name);
ct->name = name;
ct_idx++;
ct++;