From 26506ad29350c5681815745cc90b3952a84cf118 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 26 Oct 2013 10:05:46 +1100 Subject: - (djm) [ssh-keygen.c ssh-keysign.c sshconnect1.c sshd.c] Remove unnecessary arc4random_stir() calls. The only ones left are to ensure that the PRNG gets a different state after fork() for platforms that have broken the API. --- ssh-keysign.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ssh-keysign.c') diff --git a/ssh-keysign.c b/ssh-keysign.c index b67ed1ea..518373bf 100644 --- a/ssh-keysign.c +++ b/ssh-keysign.c @@ -179,7 +179,6 @@ main(int argc, char **argv) permanently_set_uid(pw); seed_rng(); - arc4random_stir(); #ifdef DEBUG_SSH_KEYSIGN log_init("ssh-keysign", SYSLOG_LEVEL_DEBUG3, SYSLOG_FACILITY_AUTH, 0); -- cgit v1.2.1