1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-03-23 21:59:57 +01:00

another s/unsigned char*/byte*/

This commit is contained in:
Werner Koch 2004-10-14 20:47:56 +00:00
parent e6a212a154
commit 8b7cb60229
2 changed files with 5 additions and 3 deletions

View File

@ -23,12 +23,14 @@
* openfile.c (copy_options_file, open_outfile)
* exec.c (exec_write)
* keygen.c (do_generate_keypair, gen_card_key_with_backup)
* sign.c (sign_file, clearsign_file)
* keyring.c (create_tmp_file, do_copy): Check for secured files
before creating them.
* keygen.c (print_status_key_created): s/unsigned char/byte/ due
to a strange typedef for RISC OS. Noted by Stefan.
* keygen.c (print_status_key_created, read_parameter_file):
s/unsigned char/byte/ due to a strange typedef for RISC OS. Noted
by Stefan.
2004-10-13 David Shaw <dshaw@jabberwocky.com>

View File

@ -2200,7 +2200,7 @@ read_parameter_file( const char *fname )
{ NULL, 0 }
};
IOBUF fp;
unsigned char *line;
byte *line;
unsigned int maxlen, nline;
char *p;
int lnr;