mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
cleaned up RISC OS code and removed lots of unnecessary stuff
This commit is contained in:
parent
0f346cf8c1
commit
02ae08d6ef
23 changed files with 197 additions and 156 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-12-28 Stefan Bellon <sbellon@sbellon.de>
|
||||
|
||||
* gpgkeys_hkp.c, gpgkeys_ldap.c [__riscos__]: Removal of
|
||||
unnecessary #ifdef __riscos__ sections.
|
||||
|
||||
2003-11-27 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* gpgkeys_hkp.c (get_key): Fixed invalid use of fprintf without
|
||||
|
|
|
@ -55,10 +55,6 @@ struct keylist
|
|||
struct keylist *next;
|
||||
};
|
||||
|
||||
#ifdef __riscos__
|
||||
RISCOS_GLOBAL_STATICS("HKP Keyfetcher Heap")
|
||||
#endif /* __riscos__ */
|
||||
|
||||
int
|
||||
urlencode_filter( void *opaque, int control,
|
||||
IOBUF a, byte *buf, size_t *ret_len)
|
||||
|
@ -748,10 +744,6 @@ 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,"hVo:"))!=-1)
|
||||
|
|
|
@ -60,10 +60,6 @@ struct keylist
|
|||
struct keylist *next;
|
||||
};
|
||||
|
||||
#ifdef __riscos__
|
||||
RISCOS_GLOBAL_STATICS("LDAP Keyfetcher Heap")
|
||||
#endif /* __riscos__ */
|
||||
|
||||
int
|
||||
ldap_err_to_gpg_err(int err)
|
||||
{
|
||||
|
@ -808,10 +804,6 @@ main(int argc,char *argv[])
|
|||
LDAPMessage *res;
|
||||
struct keylist *keylist=NULL,*keyptr=NULL;
|
||||
|
||||
#ifdef __riscos__
|
||||
riscos_global_defaults();
|
||||
#endif
|
||||
|
||||
console=stderr;
|
||||
|
||||
while((arg=getopt(argc,argv,"hVo:"))!=-1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue