summaryrefslogtreecommitdiff
path: root/ssh-keysign.c
diff options
context:
space:
mode:
authordjm <djm>2013-10-25 23:05:47 +0000
committerdjm <djm>2013-10-25 23:05:47 +0000
commit9e9285d06082cef571b88c6ee41f34a96295ef9c (patch)
tree084ab3fa1faf52392a1cb35a183ff4cb6c7b8386 /ssh-keysign.c
parentb0bd990e56cdd37d58ac1cad9feff629b400a711 (diff)
downloadopenssh-9e9285d06082cef571b88c6ee41f34a96295ef9c.tar.gz
- (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.
Diffstat (limited to 'ssh-keysign.c')
-rw-r--r--ssh-keysign.c1
1 files changed, 0 insertions, 1 deletions
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);