diff options
author | Werner Koch <wk@gnupg.org> | 2009-06-02 17:46:59 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-06-02 17:46:59 +0200 |
commit | 323cca8041a6cef395cbb2a0c225e2e1cb9d3b30 (patch) | |
tree | a094bc29089094746bbc3913ef7cb92517de9d64 /g10/card-util.c | |
parent | Fix bug#1069. (diff) | |
download | gnupg2-323cca8041a6cef395cbb2a0c225e2e1cb9d3b30.tar.xz gnupg2-323cca8041a6cef395cbb2a0c225e2e1cb9d3b30.zip |
Fix for bug#1066.
A couple of minor changes.
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 7d36ebf9c..e12e4a7a1 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -193,6 +193,7 @@ get_manufacturer (unsigned int no) case 0x0002: return "Prism"; case 0x0003: return "OpenFortress"; case 0x0004: return "Wewid AB"; + case 0x0005: return "ZeitControl"; /* 0x00000 and 0xFFFF are defined as test cards per spec, 0xFFF00 to 0xFFFE are assigned for use with randomly created |