diff options
| author | Werner Koch <[email protected]> | 2020-03-03 10:55:08 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2020-03-03 10:55:08 +0000 |
| commit | 3c4ab531eb1ae10b5773404a358bc05a61d2750a (patch) | |
| tree | 9e350271b9685fc3f321169c2adec2ef064c102a /tools/gpg-card.c | |
| parent | scd: Fix the previous commit. (diff) | |
| download | gnupg-3c4ab531eb1ae10b5773404a358bc05a61d2750a.tar.gz gnupg-3c4ab531eb1ae10b5773404a358bc05a61d2750a.zip | |
card: Add new vendor.
--
Diffstat (limited to 'tools/gpg-card.c')
| -rw-r--r-- | tools/gpg-card.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gpg-card.c b/tools/gpg-card.c index 0ed6f81a0..58f5d6454 100644 --- a/tools/gpg-card.c +++ b/tools/gpg-card.c @@ -522,6 +522,7 @@ get_manufacturer (unsigned int no) case 0x63AF: return "Trustica"; case 0xBD0E: return "Paranoidlabs"; case 0xF517: return "FSIJ"; + case 0xF5EC: return "F-Secure"; /* 0x0000 and 0xFFFF are defined as test cards per spec, * 0xFF00 to 0xFFFE are assigned for use with randomly created |
