summaryrefslogtreecommitdiff
path: root/ssh-agent.c
diff options
context:
space:
mode:
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 72adf686c..92ce16a9f 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -939,6 +939,7 @@ main(int ac, char **av)
939 char *shell, *format, *pidstr, pidstrbuf[1 + 3 * sizeof pid]; 939 char *shell, *format, *pidstr, pidstrbuf[1 + 3 * sizeof pid];
940 char *agentsocket = NULL; 940 char *agentsocket = NULL;
941 extern int optind; 941 extern int optind;
942 extern char *optarg;
942 fd_set *readsetp = NULL, *writesetp = NULL; 943 fd_set *readsetp = NULL, *writesetp = NULL;
943 944
944 SSLeay_add_all_algorithms(); 945 SSLeay_add_all_algorithms();