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 5a774d570..8c4b5397c 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -740,6 +740,7 @@ main(int ac, char **av)
740 740
741 __progname = get_progname(av[0]); 741 __progname = get_progname(av[0]);
742 init_rng(); 742 init_rng();
743 seed_rng();
743 744
744#ifdef __GNU_LIBRARY__ 745#ifdef __GNU_LIBRARY__
745 while ((ch = getopt(ac, av, "+cks")) != -1) { 746 while ((ch = getopt(ac, av, "+cks")) != -1) {