aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2012-11-15 13:34:20 +0000
committerWerner Koch <[email protected]>2012-11-16 09:41:22 +0000
commitac775780fef3ef63f896e822add9ff6ea7e5119c (patch)
tree7a8f9c5052e8d2fcaffcf9f3a47254cc71734608
parentFix description of validity flag 'n'. (diff)
downloadgnupg-ac775780fef3ef63f896e822add9ff6ea7e5119c.tar.gz
gnupg-ac775780fef3ef63f896e822add9ff6ea7e5119c.zip
Add an OpenPGP card vendor.
* g10/card-util.c (get_manufacturer): Add Yubico.
-rw-r--r--g10/card-util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/card-util.c b/g10/card-util.c
index 533489cd9..83586858e 100644
--- a/g10/card-util.c
+++ b/g10/card-util.c
@@ -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";