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
parent 7812f3128c
commit 4502e6e9b2

View File

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