diff options
author | Werner Koch <[email protected]> | 2015-10-21 16:23:25 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-10-21 16:23:25 +0000 |
commit | 03e230f0ea62fa7ec363e727ea1cf1344643464f (patch) | |
tree | 55faddaacbccc6b04325f233e53fee1e27b64675 /g10/card-util.c | |
parent | Change capitalization of TOR to Tor. (diff) | |
download | gnupg-03e230f0ea62fa7ec363e727ea1cf1344643464f.tar.gz gnupg-03e230f0ea62fa7ec363e727ea1cf1344643464f.zip |
gpg: Add a new OpenPGP card vendor.
--
Diffstat (limited to 'g10/card-util.c')
-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 ed6905809..b8c505423 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -210,6 +210,7 @@ get_manufacturer (unsigned int no) case 0x0006: return "Yubico"; case 0x0007: return "OpenKMS"; case 0x0008: return "LogoEmail"; + case 0x0009: return "Fidesmo"; case 0x002A: return "Magrathea"; |