diff options
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 bb071d07b..98adc61ad 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -218,6 +218,7 @@ get_manufacturer (unsigned int no) case 0x4354: return "Confidential Technologies"; /* cotech.de */ case 0x5443: return "TIF-IT e.V."; break; case 0x63AF: return "Trustica"; + case 0xBA53: return "c-base e.V."; case 0xBD0E: return "Paranoidlabs"; case 0xF517: return "FSIJ"; case 0xF5EC: return "F-Secure"; |