diff options
| author | Werner Koch <[email protected]> | 2017-11-15 10:34:30 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2017-11-15 10:34:30 +0000 |
| commit | 166f3f9ec40888e10cb0c51017944bfc57503fc1 (patch) | |
| tree | 0ab7bde45edb9c51dc6706febb9da2bfce8c8661 /scd/app-openpgp.c | |
| parent | Merge branch 'STABLE-BRANCH-2-2' (diff) | |
| download | gnupg-166f3f9ec40888e10cb0c51017944bfc57503fc1.tar.gz gnupg-166f3f9ec40888e10cb0c51017944bfc57503fc1.zip | |
gpg: Repurpose the ISO defined DO "sex" to "salutation".
* g10/card-util.c (current_card_status): String changes.
(change_sex): Description change.
(cmds): Add "salutation"; keep "sex" as an alias.
--
Note that we can't change the used values or tags but at least the UI
should show reflect the real purpose of the field.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'scd/app-openpgp.c')
| -rw-r--r-- | scd/app-openpgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c index 6fcec3e4e..e9eca4920 100644 --- a/scd/app-openpgp.c +++ b/scd/app-openpgp.c @@ -98,7 +98,7 @@ static struct { { 0x0065, 1, 0, 1, 0, 0, 0, 0, "Cardholder Related Data"}, { 0x005B, 0, 0x65, 0, 0, 0, 0, 0, "Name" }, { 0x5F2D, 0, 0x65, 0, 0, 0, 0, 0, "Language preferences" }, - { 0x5F35, 0, 0x65, 0, 0, 0, 0, 0, "Sex" }, + { 0x5F35, 0, 0x65, 0, 0, 0, 0, 0, "Salutation" }, { 0x006E, 1, 0, 1, 0, 0, 0, 0, "Application Related Data" }, { 0x004F, 0, 0x6E, 1, 0, 0, 0, 0, "AID" }, { 0x0073, 1, 0, 1, 0, 0, 0, 0, "Discretionary Data Objects" }, |
