diff options
author | Werner Koch <[email protected]> | 1998-06-13 17:00:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-06-13 17:00:02 +0000 |
commit | e662bf708b4f24ec36b4ec8d26e66e4381bddeda (patch) | |
tree | 63f6024556241d73918e22ce678ba91a07d24537 /cipher/cipher.c | |
parent | a whole bunch of internal cleanups (diff) | |
download | gnupg-e662bf708b4f24ec36b4ec8d26e66e4381bddeda.tar.gz gnupg-e662bf708b4f24ec36b4ec8d26e66e4381bddeda.zip |
gnupg extension are now working
Diffstat (limited to 'cipher/cipher.c')
-rw-r--r-- | cipher/cipher.c | 3 |
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++; |