summaryrefslogtreecommitdiff
path: root/ssh-agent.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-agent.c')
-rw-r--r--ssh-agent.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index 7bfa29042..148bcff6e 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -509,6 +509,8 @@ main(int ac, char **av)
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 extern int optind;
511 511
512 init_rng();
513
512 /* check if RSA support exists */ 514 /* check if RSA support exists */
513 if (rsa_alive() == 0) { 515 if (rsa_alive() == 0) {
514 fprintf(stderr, 516 fprintf(stderr,