diff options
author | Werner Koch <wk@gnupg.org> | 2005-07-25 16:35:04 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2005-07-25 16:35:04 +0200 |
commit | a2d1673d6622e39c41f061e1bffb5ca05c803320 (patch) | |
tree | 292c3b03237aab155753bb3dddc141235e0c1e55 /doc | |
parent | * gpgsm.c (main): New options --no-log-file and --debug-none. (diff) | |
download | gnupg2-a2d1673d6622e39c41f061e1bffb5ca05c803320.tar.xz gnupg2-a2d1673d6622e39c41f061e1bffb5ca05c803320.zip |
* findkey.c (agent_public_key_from_file): Fixed array assignment.
This was the cause for random segvs.
* call-agent.c (gpgsm_agent_readkey): New.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpgsm.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index ba98ae87c..653ada332 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -790,8 +790,8 @@ client must provide it. This is used to generate a new keypair, store the secret part in the @acronym{PSE} and the public key in the key database. We will probably add optional commands to allow the client to select whether a hardware -token is used to store the key. Configuration options to @command{GPGSM} can be -used to restrict the use of this command. +token is used to store the key. Configuration options to +@command{GPGSM} can be used to restrict the use of this command. @example GENKEY |