--- pgp/src/armor.h 2018/04/24 16:41:03 1.1.1.3 +++ pgp/src/armor.h 2018/04/24 16:45:29 1.1.1.5 @@ -15,7 +15,7 @@ extern crcword crcbytes(byte *buf, unsigned len, register crcword accum); extern void init_crc(void); extern int armor_file (char *infile, char *outfile, char *filename, - char *clearname); + char *clearname, boolean kv_label); extern int de_armor_file(char *infile, char *outfile, long *curline); extern boolean is_armor_file (char *infile, long startline);