X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-crypt%2Fpgplib.c;h=5e6e8215e1d0d1e54acdfac24a4d65403ef426ba;hp=92130168f82f6585242259509444ab9f1a5b8360;hb=8f75834aeadb902879602a82a259f4d3bf9c569c;hpb=a0aa4a45870f1607e8b41760866071692675c84d diff --git a/lib-crypt/pgplib.c b/lib-crypt/pgplib.c index 9213016..5e6e821 100644 --- a/lib-crypt/pgplib.c +++ b/lib-crypt/pgplib.c @@ -34,30 +34,6 @@ const char *pgp_pkalgbytype (unsigned char type) } } - - -/* unused */ - -#if 0 - -static const char *hashalgbytype (unsigned char type) -{ - switch (type) { - case 1: - return "MD5"; - case 2: - return "SHA1"; - case 3: - return "RIPE-MD/160"; - case 4: - return "HAVAL"; - default: - return "unknown"; - } -} - -#endif - short pgp_canencrypt (unsigned char type) { switch (type) {