1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Allow for rmd160 signatures when using gpg-agent.

This commit is contained in:
Werner Koch 2006-03-21 13:01:45 +00:00
parent 70f1c32ffd
commit 7f99c71839
3 changed files with 13 additions and 1 deletions

View file

@ -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";
}
}