summaryrefslogtreecommitdiffstats
path: root/pgp.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-03-28 14:59:52 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-03-28 14:59:52 +0000
commit0b09df28f02b4f22ccb187136aa4bf804b061e27 (patch)
tree517b0fa95e2bf4c8a12959ce407a41b6e0b273f5 /pgp.h
parent22c561b826c89c0af147906b485a15e3d0f4266d (diff)
Add some more PGP good signature checks, so we can detect whether or
not an encrypted+signed message is OK.
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 dfb4fc57..fe5996d7 100644
--- a/pgp.h
+++ b/pgp.h
@@ -47,7 +47,7 @@ WHERE char *PgpGetkeysCommand;
/* prototypes */
int pgp_check_traditional (FILE *, BODY *, int);
-BODY *pgp_decrypt_part (BODY *, STATE *, FILE *);
+BODY *pgp_decrypt_part (BODY *, STATE *, FILE *, BODY *);
BODY *pgp_make_key_attachment (char *);
const char *pgp_micalg (const char *fname);