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:
parent
e6a212a154
commit
8b7cb60229
@ -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>
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user