mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
scd: Swapped openpgp card vendor 0x000a with new 0x000d.
--
This commit is contained in:
parent
9f8361eda8
commit
a1f281eeec
1 changed files with 2 additions and 1 deletions
|
@ -300,8 +300,9 @@ get_manufacturer (unsigned int no)
|
|||
case 0x0007: return "OpenKMS";
|
||||
case 0x0008: return "LogoEmail";
|
||||
case 0x0009: return "Fidesmo";
|
||||
case 0x000A: return "Dangerous Things";
|
||||
case 0x000A: return "VivoKey";
|
||||
case 0x000B: return "Feitian Technologies";
|
||||
case 0x000D: return "Dangerous Things";
|
||||
case 0x000E: return "Excelsecu";
|
||||
|
||||
case 0x002A: return "Magrathea";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue