diff options
author | Werner Koch <[email protected]> | 2020-03-03 10:57:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-03-03 10:57:19 +0000 |
commit | 4df1181c07ebc3b1d93971f7f6e1269223170491 (patch) | |
tree | c0abc01bc4290cb5193f98072754fb8894ab0cee | |
parent | gpg: Fix default-key selection when card is available. (diff) | |
download | gnupg-4df1181c07ebc3b1d93971f7f6e1269223170491.tar.gz gnupg-4df1181c07ebc3b1d93971f7f6e1269223170491.zip |
gpg: Add new card vendor
--
-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 29e23f9d4..4a7c244d7 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -220,6 +220,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 |