diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2017-12-08 01:19:50 +0100 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2017-12-08 01:19:50 +0100 |
commit | 5c121d44443b0a96ec6ea82b90717e3dbafd2cc5 (patch) | |
tree | 8d1319327cd79bc32000466e83c87b48b463f74d /agent/protect.c | |
parent | speedo,w32: Disable FLTK pinentry. (diff) | |
download | gnupg2-5c121d44443b0a96ec6ea82b90717e3dbafd2cc5.tar.xz gnupg2-5c121d44443b0a96ec6ea82b90717e3dbafd2cc5.zip |
agent: Fix description of shadow format.
* agent/keyformat.txt, agent/protect.c, agent/t-protect.c: Fix.
--
https://lists.gnupg.org/pipermail/gnupg-devel/2015-April/029680.html
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'agent/protect.c')
-rw-r--r-- | agent/protect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/protect.c b/agent/protect.c index 9bb2da6b3..7b5abf21b 100644 --- a/agent/protect.c +++ b/agent/protect.c @@ -1494,7 +1494,7 @@ make_shadow_info (const char *serialno, const char *idstring) /* Create a shadow key from a public key. We use the shadow protocol - "ti-v1" and insert the S-expressionn SHADOW_INFO. The resulting + "t1-v1" and insert the S-expressionn SHADOW_INFO. The resulting S-expression is returned in an allocated buffer RESULT will point to. The input parameters are expected to be valid canonicalized S-expressions */ |