mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-28 22:49:59 +01:00
another s/unsigned char*/byte*/
This commit is contained in:
parent
e6a212a154
commit
8b7cb60229
@ -23,12 +23,14 @@
|
|||||||
* openfile.c (copy_options_file, open_outfile)
|
* openfile.c (copy_options_file, open_outfile)
|
||||||
* exec.c (exec_write)
|
* exec.c (exec_write)
|
||||||
* keygen.c (do_generate_keypair, gen_card_key_with_backup)
|
* keygen.c (do_generate_keypair, gen_card_key_with_backup)
|
||||||
|
|
||||||
* sign.c (sign_file, clearsign_file)
|
* sign.c (sign_file, clearsign_file)
|
||||||
* keyring.c (create_tmp_file, do_copy): Check for secured files
|
* keyring.c (create_tmp_file, do_copy): Check for secured files
|
||||||
before creating them.
|
before creating them.
|
||||||
|
|
||||||
* keygen.c (print_status_key_created): s/unsigned char/byte/ due
|
* keygen.c (print_status_key_created, read_parameter_file):
|
||||||
to a strange typedef for RISC OS. Noted by Stefan.
|
s/unsigned char/byte/ due to a strange typedef for RISC OS. Noted
|
||||||
|
by Stefan.
|
||||||
|
|
||||||
2004-10-13 David Shaw <dshaw@jabberwocky.com>
|
2004-10-13 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
@ -2200,7 +2200,7 @@ read_parameter_file( const char *fname )
|
|||||||
{ NULL, 0 }
|
{ NULL, 0 }
|
||||||
};
|
};
|
||||||
IOBUF fp;
|
IOBUF fp;
|
||||||
unsigned char *line;
|
byte *line;
|
||||||
unsigned int maxlen, nline;
|
unsigned int maxlen, nline;
|
||||||
char *p;
|
char *p;
|
||||||
int lnr;
|
int lnr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user