note the token imoprt for Stan

This commit is contained in:
ian.mcgreer%sun.com 2001-11-05 17:55:25 +00:00
parent 2832a8e74a
commit a88a53aec1

View File

@ -1594,6 +1594,8 @@ PK11_ImportCert(PK11SlotInfo *slot, CERTCertificate *cert,
PORT_SetError( PK11_MapError(crv) );
}
cert->nssCertificate->token = slot->nssToken;
done:
SECITEM_FreeItem(keyID,PR_TRUE);
PK11_RestoreROSession(slot,rwsession);