summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh.c b/ssh.c
index f9742dc8d..be2ba4469 100644
--- a/ssh.c
+++ b/ssh.c
@@ -206,6 +206,8 @@ main(int ac, char **av)
206 int dummy; 206 int dummy;
207 uid_t original_effective_uid; 207 uid_t original_effective_uid;
208 208
209 init_rng();
210
209 /* 211 /*
210 * Save the original real uid. It will be needed later (uid-swapping 212 * Save the original real uid. It will be needed later (uid-swapping
211 * may clobber the real uid). 213 * may clobber the real uid).