From ac775780fef3ef63f896e822add9ff6ea7e5119c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 15 Nov 2012 14:34:20 +0100 Subject: [PATCH] Add an OpenPGP card vendor. * g10/card-util.c (get_manufacturer): Add Yubico. --- g10/card-util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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";