--- pgp/src/keymgmt.h 2018/04/24 16:42:14 1.1.1.6 +++ pgp/src/keymgmt.h 2018/04/24 16:43:35 1.1.1.7 @@ -19,9 +19,11 @@ int extract_from_keyring (char *mcguffin boolean transflag); /* Lists all entries in keyring that have mcguffin string in userid */ -int view_keyring(char *mcguffin, char *ringfile, boolean show_signatures, boolean show_hashes); +int view_keyring(char *mcguffin, char *ringfile, + boolean show_signatures, boolean show_hashes); -/* Signature-check all entries in keyring that have mcguffin string in userid */ +/* Signature-check all entries in keyring that have mcguffin string + in userid */ int dokeycheck(char *mcguffin, char *ringfile, int options); /* options: */ #define CHECK_ALL 0 /* Check all signatures */ @@ -31,7 +33,8 @@ int dokeycheck(char *mcguffin, char *rin int remove_sigs(char *mcguffin, char *ringfile); /* Remove the first entry in key ring that has mcguffin string in userid */ -int remove_from_keyring(byte *keyID, char *mcguffin, char *ringfile, boolean secring_too); +int remove_from_keyring(byte *keyID, char *mcguffin, + char *ringfile, boolean secring_too); /* Extract key fragment from modulus n */ void extract_keyID(byteptr keyID, unitptr n); @@ -41,8 +44,9 @@ void writekeyID(unitptr n, FILE *f); /* Extract public key corresponding to keyID or userid from keyfile */ int getpublickey(int flags, char *keyfile, - long *file_position, int *pktlen, byte *keyID, - byte *timestamp, byte *userid, unitptr n, unitptr e); + long *file_position, int *pktlen, byte *keyID, + byte *timestamp, byte *userid, unitptr n, + unitptr e); /* flags: */ #define GPK_GIVEUP 1 #define GPK_SHOW 2