mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* rndunix.c (start_gatherer) [ENABLE_SELINUX_HACKS]: Don't allow
logging. * gpgkeys_finger.c (get_key): s/unsigned char/byte/ due to a strange typedef for RISC OS. Noted by Stefan.
This commit is contained in:
parent
299ab4e48d
commit
8f70a693ac
6 changed files with 21 additions and 3 deletions
|
@ -297,7 +297,7 @@ get_key (char *getkey)
|
|||
int sock;
|
||||
IOBUF fp_read;
|
||||
unsigned int maxlen, buflen, gotit=0;
|
||||
unsigned char *line = NULL;
|
||||
byte *line = NULL;
|
||||
|
||||
if (strncmp (getkey,"0x",2)==0)
|
||||
getkey+=2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue