mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Add an OpenPGP card vendor.
* g10/card-util.c (get_manufacturer): Add Yubico.
This commit is contained in:
parent
6505a995f9
commit
ac775780fe
1 changed files with 2 additions and 1 deletions
|
@ -204,8 +204,9 @@ get_manufacturer (unsigned int no)
|
|||
case 0x0001: return "PPC Card Systems";
|
||||
case 0x0002: return "Prism";
|
||||
case 0x0003: return "OpenFortress";
|
||||
case 0x0004: return "Wewid AB";
|
||||
case 0x0004: return "Wewid";
|
||||
case 0x0005: return "ZeitControl";
|
||||
case 0x0006: return "Yubico";
|
||||
|
||||
case 0x002A: return "Magrathea";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue