summaryrefslogtreecommitdiffstats
path: root/mutt_crypt.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-10-20 14:06:24 +0800
committerKevin McCarthy <kevin@8t8.us>2019-10-20 15:08:06 +0800
commit15f89f8e6b4a2388065c09665813e95c9464db3e (patch)
tree766756bb921b1d38d75340eca848fd8521413ffd /mutt_crypt.h
parente3408a0032d0f25d503ca6dfcdfcd161ad5bcd74 (diff)
Remove make_key_attachment parameter.
The parameter is not actually used anywhere. The next commit will convert the classic pgp implementation to use the buffer pool. This change will simplify the logic.
Diffstat (limited to 'mutt_crypt.h')
-rw-r--r--mutt_crypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt_crypt.h b/mutt_crypt.h
index 4f20e7da..ea0337a5 100644
--- a/mutt_crypt.h
+++ b/mutt_crypt.h
@@ -231,7 +231,7 @@ BODY *crypt_pgp_traditional_encryptsign (BODY *a, int flags, char *keylist);
void crypt_pgp_free_key (pgp_key_t *kpp);
/* Generate a PGP public key attachment. */
-BODY *crypt_pgp_make_key_attachment (char *tempf);
+BODY *crypt_pgp_make_key_attachment (void);
/* This routine attempts to find the keyids of the recipients of a
message. It returns NULL if any of the keys can not be found.