diff options
author | Werner Koch <[email protected]> | 2009-04-01 13:23:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-04-01 13:23:27 +0000 |
commit | 0b99639624302a6b158a6b02b33054bfc9f06b21 (patch) | |
tree | 5f845ddf8afb80fbcbea48d0338d231f78ef54aa /agent/findkey.c | |
parent | Import/export of pkcs#12 now uses the gpg-agent directly. (diff) | |
download | gnupg-0b99639624302a6b158a6b02b33054bfc9f06b21.tar.gz gnupg-0b99639624302a6b158a6b02b33054bfc9f06b21.zip |
Ported changes from 1.4.
Diffstat (limited to '')
-rw-r--r-- | agent/findkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/findkey.c b/agent/findkey.c index 5bea198dc..867e19634 100644 --- a/agent/findkey.c +++ b/agent/findkey.c @@ -50,7 +50,7 @@ struct try_unprotect_arg_s /* Write an S-expression formatted key to our key storage. With FORCE - pased as true an existing key with the given GRIP will get + passed as true an existing key with the given GRIP will get overwritten. */ int agent_write_private_key (const unsigned char *grip, |