diff options
author | Stefan Bellon <[email protected]> | 2001-10-06 07:32:40 +0000 |
---|---|---|
committer | Stefan Bellon <[email protected]> | 2001-10-06 07:32:40 +0000 |
commit | 9dcd95d8663e8ba2320fe52b6ed7e8b1bebcf0dd (patch) | |
tree | 18c616cfa4c74a5178a387552146e17befdccecb | |
parent | Option --no-force-v3-sigs added (diff) | |
download | gnupg-9dcd95d8663e8ba2320fe52b6ed7e8b1bebcf0dd.tar.gz gnupg-9dcd95d8663e8ba2320fe52b6ed7e8b1bebcf0dd.zip |
Disabled agent stuff for RISC OS
-rw-r--r-- | g10/passphrase.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/passphrase.c b/g10/passphrase.c index 64e7cd87c..a2075dd49 100644 --- a/g10/passphrase.c +++ b/g10/passphrase.c @@ -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__ */ /* |