]> granicus.if.org Git - mutt/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)
commit9c928249b3ecf0824f1b8531edcc5d2b85117d02
treec4d90ebf9be4a19850189a0176cc16c4c737bafa
parent522cdb025eafb5c44a70e702f641a6063089593d
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