diff options
author | Werner Koch <[email protected]> | 2013-02-07 19:18:31 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-02-07 19:18:31 +0000 |
commit | 84de484bc3eaeeba755412918b01bc8444a532ee (patch) | |
tree | 4cf6b54ee1c41d9e5bc65855ff8ace0309e33684 | |
parent | agent: Move a typedef to common and provide parse_pinentry_mode. (diff) | |
download | gnupg-84de484bc3eaeeba755412918b01bc8444a532ee.tar.gz gnupg-84de484bc3eaeeba755412918b01bc8444a532ee.zip |
doc: Fix description for NEED_PASSPHRASE status.
--
-rw-r--r-- | doc/DETAILS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 6d30efe99..a52979f65 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -664,7 +664,7 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: *** USERID_HINT <long main keyid> <string> Give a hint about the user ID for a certain keyID. -*** NEED_PASSPHRASE <long main keyid> <long keyid> <keytype> <keylength> +*** NEED_PASSPHRASE <long keyid> <long main keyid> <keytype> <keylength> Issued whenever a passphrase is needed. KEYTYPE is the numerical value of the public key algorithm or 0 if this is not applicable, KEYLENGTH is the length of the key or 0 if it is not known (this |