mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-02 16:43:03 +01:00
Disabled agent stuff for RISC OS
This commit is contained in:
parent
8a58fbc17d
commit
9dcd95d866
@ -257,6 +257,7 @@ readn ( int fd, void *buf, size_t buflen, size_t *ret_nread )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if !defined (__riscos__)
|
||||
/*
|
||||
* Open a connection to the agent and send the magic string
|
||||
* Returns: -1 on error or an filedescriptor for urther processing
|
||||
@ -369,6 +370,7 @@ agent_close ( int fd )
|
||||
close (fd);
|
||||
#endif
|
||||
}
|
||||
#endif /* !__riscos__ */
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user