summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r--ssh-keygen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 4b89c15e1..dbd0443fc 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -520,6 +520,8 @@ main(int ac, char **av)
520 extern int optind; 520 extern int optind;
521 extern char *optarg; 521 extern char *optarg;
522 522
523 init_rng();
524
523 SSLeay_add_all_algorithms(); 525 SSLeay_add_all_algorithms();
524 526
525 /* we need this for the home * directory. */ 527 /* we need this for the home * directory. */