1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-30 22:08:02 +02:00

Add an OpenPGP card vendor.

* g10/card-util.c (get_manufacturer): Add Yubico.
This commit is contained in:
Werner Koch 2012-11-15 14:34:20 +01:00
parent 6505a995f9
commit ac775780fe

View File

@ -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";