From cec1fde1bc7e9ab4fcfeba84b3c75a3aa51d2136 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 26 Mar 2024 14:57:52 +0100 Subject: [PATCH] scd: Add new OpenPGP vendor -- --- scd/app-openpgp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c index 1f5d64e6a..45f90a5b0 100644 --- a/scd/app-openpgp.c +++ b/scd/app-openpgp.c @@ -310,6 +310,7 @@ get_manufacturer (unsigned int no) case 0x000D: return "Dangerous Things"; case 0x000E: return "Excelsecu"; case 0x000F: return "Nitrokey"; + case 0x0010: return "NeoPGP"; case 0x002A: return "Magrathea"; case 0x0042: return "GnuPG e.V.";