1
0
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:
Stefan Bellon 2001-10-06 07:32:40 +00:00
parent 8a58fbc17d
commit 9dcd95d866

View File

@ -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__ */
/*