more FIPS changes, keep pw context with key to avoid pw prompt

This commit is contained in:
mcgreer%netscape.com 2001-08-06 16:01:10 +00:00
Родитель 7812f3128c
Коммит 4502e6e9b2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -368,7 +368,7 @@ CERTUTIL_GeneratePrivateKey(KeyType keytype, PK11SlotInfo *slot, int size,
return PK11_GenerateKeyPair(slot, mechanism, params, pubkeyp,
PR_TRUE /*isPerm*/, PR_TRUE /*isSensitive*/,
NULL /*wincx*/);
&pwdata /*wincx*/);
}
/*