aboutsummaryrefslogtreecommitdiffstats
path: root/g10/passphrase.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/passphrase.c')
-rw-r--r--g10/passphrase.c2
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__ */
/*