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 cace1962d..0c8365405 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -158,6 +158,7 @@ get_manufacturer (unsigned int no) case 0xffff: return "test card"; case 0x0001: return "PPC Card Systems"; case 0x0002: return "Prism"; + case 0x0003: return "OpenFortress"; default: return "unknown"; } } |