mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
x
This commit is contained in:
parent
ef10991c40
commit
08fc68a715
@ -36,10 +36,12 @@ static struct { const char *name; int algo;} pubkey_names[] = {
|
||||
{ "DSA", PUBKEY_ALGO_DSA },
|
||||
{NULL} };
|
||||
|
||||
/* Note: the first string is the one used by ascii armor */
|
||||
static struct { const char *name; int algo;} digest_names[] = {
|
||||
{ "MD5", DIGEST_ALGO_MD5 },
|
||||
{ "SHA1", DIGEST_ALGO_SHA1 },
|
||||
{ "SHA-1", DIGEST_ALGO_SHA1 },
|
||||
{ "RIPEMD160", DIGEST_ALGO_RMD160 },
|
||||
{ "RMD160", DIGEST_ALGO_RMD160 },
|
||||
{ "RMD-160", DIGEST_ALGO_RMD160 },
|
||||
{ "RIPE-MD-160", DIGEST_ALGO_RMD160 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user