diff options
-rw-r--r-- | sshd-auth.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sshd-auth.c b/sshd-auth.c index 986052cd3..bb694dd4a 100644 --- a/sshd-auth.c +++ b/sshd-auth.c @@ -472,6 +472,8 @@ main(int ac, char **av) saved_argv[i] = xstrdup(av[i]); saved_argv[i] = NULL; + seed_rng(); + #ifndef HAVE_SETPROCTITLE /* Prepare for later setproctitle emulation */ compat_init_setproctitle(ac, av); |