1
0
Fork 0
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:
Werner Koch 2004-10-14 07:21:17 +00:00
parent 299ab4e48d
commit 8f70a693ac
6 changed files with 21 additions and 3 deletions

View file

@ -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;