]> granicus.if.org Git - mutt/commit
Convert pgp_app_handler to use buffer pool.
authorKevin McCarthy <kevin@8t8.us>
Wed, 16 Oct 2019 07:42:54 +0000 (15:42 +0800)
committerKevin McCarthy <kevin@8t8.us>
Wed, 16 Oct 2019 07:42:54 +0000 (15:42 +0800)
commit30b1ff48452c3474053e8acae28d3427978d70a4
tree471d9b4e6eb892a5277d150bccb6823ac7053feb
parentf566f7349a9466d38f54ddebfebd54b30d938ae2
Convert pgp_app_handler to use buffer pool.

Rename the pgp_copy_checksig() and mutt_wait_filter() return code
variables to provide more clarity, and to make the purpose and
assignment of rc more obvious.

Change tmpfname creation failure to be like pgpoutfile and
pgperrfile, by going to the cleanup point.
pgp.c