1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

updated RISC OS stuff

This commit is contained in:
Stefan Bellon 2002-09-12 16:25:36 +00:00
parent da2cb3910d
commit 3782e1595e
7 changed files with 32 additions and 0 deletions

View file

@ -46,6 +46,10 @@ struct keylist
struct keylist *next;
};
#ifdef __riscos__
RISCOS_GLOBAL_STATICS("HKP Keyfetcher Heap")
#endif /* __riscos__ */
static int
urlencode_filter( void *opaque, int control,
IOBUF a, byte *buf, size_t *ret_len)
@ -639,6 +643,10 @@ int main(int argc,char *argv[])
int failed=0;
struct keylist *keylist=NULL,*keyptr=NULL;
#ifdef __riscos__
riscos_global_defaults();
#endif
console=stderr;
while((arg=getopt(argc,argv,"ho:"))!=-1)