diff options
Diffstat (limited to '')
-rw-r--r-- | g10/card-util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/card-util.c b/g10/card-util.c index add8eed09..c043b3e29 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -207,6 +207,7 @@ get_manufacturer (unsigned int no) case 0x0004: return "Wewid"; case 0x0005: return "ZeitControl"; case 0x0006: return "Yubico"; + case 0x0007: return "OpenKMS"; case 0x002A: return "Magrathea"; |