]> granicus.if.org Git - neomutt/commit
Convert pgp_key_t fingerprint to a char* (see #3695)
authorKevin McCarthy <kevin@8t8.us>
Sun, 15 Feb 2015 18:08:58 +0000 (10:08 -0800)
committerKevin McCarthy <kevin@8t8.us>
Sun, 15 Feb 2015 18:08:58 +0000 (10:08 -0800)
commit26d9ed50fac253f9908bdd4918e0abc1e5fe35a4
treec4d90ebf9be4a19850189a0176cc16c4c737bafa
parent0745b595a839fd1f76fbf5809040757a70a7424e
Convert pgp_key_t fingerprint to a char* (see #3695)

Currently only pgppubring.c is using the fingerprint field, and is using
it to store a binary version of the fingerprint.

Convert the field to store a null-terminated string.
Modify pgppubring.c to use to use the new field.
pgplib.c
pgplib.h
pgppubring.c