diff options
author | Simon Josefsson <[email protected]> | 2014-07-16 19:49:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-07-21 14:05:54 +0000 |
commit | 4500d3cb6dd3525a835c251e6104f500050cf075 (patch) | |
tree | 9b899008b31eb236f790623047ac4ac5f06515ac | |
parent | scd: Allow for certificates > 1024 with PC/SC. (diff) | |
download | gnupg-4500d3cb6dd3525a835c251e6104f500050cf075.tar.gz gnupg-4500d3cb6dd3525a835c251e6104f500050cf075.zip |
Add OpenPGP card manufacturer Yubico (6).
-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 57f873f43..2198cb2d5 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -205,6 +205,7 @@ get_manufacturer (unsigned int no) case 0x0003: return "OpenFortress"; case 0x0004: return "Wewid AB"; case 0x0005: return "ZeitControl"; + case 0x0006: return "Yubico"; case 0x002A: return "Magrathea"; |