]> granicus.if.org Git - neomutt/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)
commit276dd73a7dc863a52e8a97cd7bf7d3b011ad124b
tree27de6e65ae408cc11e669b51607a547e3e6d8704
parent42bb00f6dbdb14b8c1641c24f4f19f7d9ae03efc
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