summaryrefslogtreecommitdiff
path: root/security/nss/cmd/lib/secutil.c
diff options
context:
space:
mode:
authormcgreer%netscape.com <devnull@localhost>2000-09-29 15:27:00 +0000
committermcgreer%netscape.com <devnull@localhost>2000-09-29 15:27:00 +0000
commit83f58c5cbe142b5fd8f573cb3c02cc6f748dfefa (patch)
tree8b8d6e7821307463013ceb596b51efeef3cb7626 /security/nss/cmd/lib/secutil.c
parent1239c491c238d8f558b01e1c39f5e80898fce100 (diff)
downloadnss-hg-83f58c5cbe142b5fd8f573cb3c02cc6f748dfefa.tar.gz
add seeding call (for 3.1, for 3.2 I think this function needs to go away).
Diffstat (limited to 'security/nss/cmd/lib/secutil.c')
-rw-r--r--security/nss/cmd/lib/secutil.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nss/cmd/lib/secutil.c b/security/nss/cmd/lib/secutil.c
index d3f476d30..533e40a26 100644
--- a/security/nss/cmd/lib/secutil.c
+++ b/security/nss/cmd/lib/secutil.c
@@ -2958,6 +2958,7 @@ SECU_PKCS11Init(PRBool readOnly) {
* no keyDB? You got it Get Random Data... just one more
* reason to want to move this call into pkcs11.c
*/
+ RNG_SystemInfoForRNG();
kdb_handle = SECU_OpenKeyDB(readOnly);