add seeding call (for 3.1, for 3.2 I think this function needs to go away).

This commit is contained in:
mcgreer%netscape.com 2000-09-29 15:27:00 +00:00
Родитель 9918f3fd25
Коммит 0bb8d20656
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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);