mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
scd: Add manufacturer id 0x000a
* g10/card-util.c (get_manufacturer): Add it. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
4f578cb2fc
commit
834b84c0ee
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ get_manufacturer (unsigned int no)
|
|||
case 0x0007: return "OpenKMS";
|
||||
case 0x0008: return "LogoEmail";
|
||||
case 0x0009: return "Fidesmo";
|
||||
case 0x000A: return "Dangerous Things";
|
||||
|
||||
case 0x002A: return "Magrathea";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue