summaryrefslogtreecommitdiffstats
path: root/keyserver/gpgkeys_hkp.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyserver/gpgkeys_hkp.c')
-rw-r--r--keyserver/gpgkeys_hkp.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/keyserver/gpgkeys_hkp.c b/keyserver/gpgkeys_hkp.c
index f722c5f13..843035be8 100644
--- a/keyserver/gpgkeys_hkp.c
+++ b/keyserver/gpgkeys_hkp.c
@@ -378,12 +378,7 @@ static int
parse_hkp_index(IOBUF buffer,char *line)
{
static int open=0,revoked=0;
- static char *key=NULL,*type=NULL;
-#ifdef __riscos__
- static char *uid=NULL;
-#else
- static unsigned char *uid=NULL;
-#endif
+ static char *key=NULL,*type=NULL,*uid=NULL;
static u32 bits,createtime;
int ret=0;