diff options
author | Damien Miller <djm@mindrot.org> | 2000-07-09 22:42:32 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-07-09 22:42:32 +1000 |
commit | f9b625c36e3dea521c02919e90ac2ddcfd19b06a (patch) | |
tree | 6e8fa4e190383746877cc0a49b62de34e6d657bd /entropy.h | |
parent | b38ea865261491e7ef42eb72eb1466bfa8aeefc3 (diff) | |
download | openssh-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,5 +31,6 @@ #define _RANDOMS_H void seed_rng(void); +void init_rng(void); #endif /* _RANDOMS_H */ |