summaryrefslogtreecommitdiffstats
path: root/pgp.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-02-12 17:21:37 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-02-12 17:21:37 +0000
commitfe573eb97b07fa240232dfa0aa174017667ecdd8 (patch)
treefa81f4bba8eae775efff04d1aa46ea6437e6656d /pgp.h
parent3afe7d22837c0cca6df26fa5335aa0695eba13fc (diff)
Auto-detect the micalg used with PGP/MIME signatures.
Diffstat (limited to 'pgp.h')
-rw-r--r--pgp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgp.h b/pgp.h
index 32f26105..05c1a9a8 100644
--- a/pgp.h
+++ b/pgp.h
@@ -24,7 +24,6 @@
WHERE REGEXP PgpGoodSign;
WHERE char *PgpSignAs;
-WHERE char *PgpSignMicalg;
WHERE short PgpTimeout;
WHERE char *PgpEntryFormat;
@@ -49,6 +48,7 @@ WHERE char *PgpGetkeysCommand;
BODY *pgp_decrypt_part (BODY *, STATE *, FILE *);
BODY *pgp_make_key_attachment (char *);
+const char *pgp_micalg (const char *fname);
char *_pgp_keyid (pgp_key_t *);
char *pgp_keyid (pgp_key_t *);