diff options
Diffstat (limited to 'ssh-agent.c')
-rw-r--r-- | ssh-agent.c | 1 |
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) { |