diff options
author | Werner Koch <[email protected]> | 2002-06-12 09:55:41 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-06-12 09:55:41 +0000 |
commit | f393e0d6b2c96f8d9730fa7e2c001e1130231eb7 (patch) | |
tree | 0b1f0dc057b34ad1c942a4772165ee4c15f53c04 /agent/gpg-agent.c | |
parent | * sign.c (hash_and_copy_data): New. (diff) | |
download | gnupg-f393e0d6b2c96f8d9730fa7e2c001e1130231eb7.tar.gz gnupg-f393e0d6b2c96f8d9730fa7e2c001e1130231eb7.zip |
* protect-tool.c: Add command --show-keygrip
(show_keygrip): New.
Diffstat (limited to 'agent/gpg-agent.c')
-rw-r--r-- | agent/gpg-agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index ff1deece9..e397df9a5 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -658,7 +658,7 @@ void agent_exit (int rc) { /*FIXME: update_random_seed_file();*/ -#if 0 +#if 1 /* at this time a bit annoying */ if (opt.debug & DBG_MEMSTAT_VALUE) { |