diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2024-03-27 02:25:13 +0100 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2024-03-27 02:27:04 +0100 |
commit | 984a0c6982cc7beb42300f18b53301c67c6ec49c (patch) | |
tree | ba3849717dcbef9f91ec17af8041e5e5268fd9be /scd | |
parent | gpg,gpgsm: New option --disable-fd-translation. (diff) | |
download | gnupg2-984a0c6982cc7beb42300f18b53301c67c6ec49c.tar.xz gnupg2-984a0c6982cc7beb42300f18b53301c67c6ec49c.zip |
scd:openpgp: Fix data_objects specification for F9 and FA.
* scd/app-openpgp.c (data_objects): These are constructed objects.
--
GnuPG-bug-id: 7058
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'scd')
-rw-r--r-- | scd/app-openpgp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c index 45f90a5b0..26ac91ea2 100644 --- a/scd/app-openpgp.c +++ b/scd/app-openpgp.c @@ -119,8 +119,8 @@ static struct { { 0x00D6, 0, 0x6E, 1, 0, 0, 0, 0, "UIF for Signature"}, { 0x00D7, 0, 0x6E, 1, 0, 0, 0, 0, "UIF for Decryption"}, { 0x00D8, 0, 0x6E, 1, 0, 0, 0, 0, "UIF for Authentication"}, - { 0x00F9, 0, 0, 1, 0, 0, 0, 0, "KDF data object"}, - { 0x00FA, 0, 0, 1, 0, 0, 0, 2, "Algorithm Information"}, + { 0x00F9, 1, 0, 1, 0, 0, 0, 0, "KDF data object"}, + { 0x00FA, 1, 0, 1, 0, 0, 0, 2, "Algorithm Information"}, { 0 } }; |