diff options
author | Werner Koch <[email protected]> | 2004-02-03 16:24:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-02-03 16:24:37 +0000 |
commit | 31de2267ec849cd8f269cd8bf25b8590f2d93e1d (patch) | |
tree | 3214ee9345c70ecc1d8c7ca74fad22b5d574ac5c /agent/query.c | |
parent | * keybox.h (keybox_flag_t): New. (diff) | |
download | gnupg-31de2267ec849cd8f269cd8bf25b8590f2d93e1d.tar.gz gnupg-31de2267ec849cd8f269cd8bf25b8590f2d93e1d.zip |
* findkey.c (agent_key_from_file): Extra paranoid wipe.
* protect.c (agent_unprotect): Ditto.
(merge_lists): Ditto. Add arg RESULTLEN.
* pkdecrypt.c (agent_pkdecrypt): Don't show the secret key even in
debug mode.
* protect.c: Add DSA and Elgamal description.
Diffstat (limited to 'agent/query.c')
-rw-r--r-- | agent/query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/query.c b/agent/query.c index a3a773380..28873775a 100644 --- a/agent/query.c +++ b/agent/query.c @@ -1,5 +1,5 @@ /* query.c - fork of the pinentry to query stuff from the user - * Copyright (C) 2001, 2002 Free Software Foundation, Inc. + * Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc. * * This file is part of GnuPG. * |