summaryrefslogtreecommitdiff
path: root/entropy.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-07-09 22:42:32 +1000
committerDamien Miller <djm@mindrot.org>2000-07-09 22:42:32 +1000
commitf9b625c36e3dea521c02919e90ac2ddcfd19b06a (patch)
tree6e8fa4e190383746877cc0a49b62de34e6d657bd /entropy.h
parentb38ea865261491e7ef42eb72eb1466bfa8aeefc3 (diff)
downloadopenssh-git-f9b625c36e3dea521c02919e90ac2ddcfd19b06a.tar.gz
- (djm) Fix pam sprintf fix
- (djm) Cleanup entropy collection code a little more. Split initialisation from seeding, perform intialisation immediatly at start, be careful with uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
Diffstat (limited to 'entropy.h')
-rw-r--r--entropy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/entropy.h b/entropy.h
index ec425a0c..a6f7bfc6 100644
--- a/entropy.h
+++ b/entropy.h
@@ -31,5 +31,6 @@
#define _RANDOMS_H
void seed_rng(void);
+void init_rng(void);
#endif /* _RANDOMS_H */