summaryrefslogtreecommitdiff
path: root/ssh-agent.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-05-17 22:53:33 +1000
committerDamien Miller <djm@mindrot.org>2000-05-17 22:53:33 +1000
commit615f939ebb48fdde404aae705057202512731331 (patch)
treee07b9fd90a8f8cb58b4b687919bb849b97fe6fc9 /ssh-agent.c
parentdcb6ecd1b3b25b6909296ff0546ca6b18d0c19d3 (diff)
- Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
- INSTALL typo and URL fix - Makefile fix - Solaris fixes - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
Diffstat (limited to 'ssh-agent.c')
-rw-r--r--ssh-agent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index 30d99b955..7bfa29042 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -507,6 +507,7 @@ main(int ac, char **av)
507 struct sockaddr_un sunaddr; 507 struct sockaddr_un sunaddr;
508 pid_t pid; 508 pid_t pid;
509 char *shell, *format, *pidstr, pidstrbuf[1 + 3 * sizeof pid]; 509 char *shell, *format, *pidstr, pidstrbuf[1 + 3 * sizeof pid];
510 extern int optind;
510 511
511 /* check if RSA support exists */ 512 /* check if RSA support exists */
512 if (rsa_alive() == 0) { 513 if (rsa_alive() == 0) {