]> granicus.if.org Git - neomutt/commit
smime_handle_entity() cleanup
authorKevin McCarthy <kevin@8t8.us>
Mon, 2 Jul 2018 03:43:24 +0000 (20:43 -0700)
committerRichard Russon <rich@flatcap.org>
Sat, 1 Sep 2018 17:06:08 +0000 (18:06 +0100)
commitf2ae44b8cfa469cba63a14f30c819d2c5a3e6928
tree6bed19411a5942b02d18c16dbbc263e6d70faff1
parente38bbf8ec81c5b5960d7e299b7c15dcb96a23c63
smime_handle_entity() cleanup

Remove redundant NULL assignments after safe_fclose() calls.

Remove some trailing spaces.

smimeout can't be NULL, so remove the check around the output
translation block.
ncrypt/smime.c