]> granicus.if.org Git - mutt/commit
Fix const errors caused by find_keys() changes.
authorKevin McCarthy <kevin@8t8.us>
Mon, 30 Mar 2015 22:45:58 +0000 (15:45 -0700)
committerKevin McCarthy <kevin@8t8.us>
Mon, 30 Mar 2015 22:45:58 +0000 (15:45 -0700)
commitbc21e66eff4a70cbfae07de4a4ce53197c22dbf0
tree27de6e65ae408cc11e669b51607a547e3e6d8704
parentbb94df57194705ac993e00100ff7091c0bac5cba
Fix const errors caused by find_keys() changes.

Part 4 of the oppenc series changed the keyID type to const as part
of some cleanup changes.  At the time, that only propagated to
crypt_getkeybystr(), but with the fingerprint changes, this is starting
to propagate too far.

Create a separate non-const variable to deal with the crypt hook value
and revert crypt_getkeybystr()'s parameter to non-const.
crypt-gpgme.c