diff options
author | Werner Koch <[email protected]> | 2017-12-11 09:42:38 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-12-11 09:42:38 +0000 |
commit | b38ca59bdb0b9173aca620210afc8b52a6882e85 (patch) | |
tree | 32db72710c66a1d6e6a5b9e09ab4ac05360cb8a5 /agent/protect.c | |
parent | Adjust for changed macro names in libgpg-error master. (diff) | |
parent | doc: Typo fix (diff) | |
download | gnupg-b38ca59bdb0b9173aca620210afc8b52a6882e85.tar.gz gnupg-b38ca59bdb0b9173aca620210afc8b52a6882e85.zip |
Merge branch 'STABLE-BRANCH-2-2' into master
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 90690d950..16ae715e1 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 */ |