summaryrefslogtreecommitdiff
path: root/security/nss/lib/softoken/pkcs11c.c
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2003-10-10 15:32:26 +0000
committerrelyea%netscape.com <devnull@localhost>2003-10-10 15:32:26 +0000
commit8c339da606eef755542510dac3e20127b90c06e2 (patch)
treec2726310cf683dcef2773a139257ec1bb5200224 /security/nss/lib/softoken/pkcs11c.c
parent118bc87db43b5976efe2899b8c5c8be6bfb0fc0c (diff)
downloadnss-hg-8c339da606eef755542510dac3e20127b90c06e2.tar.gz
Bug 191467
Multipart signing and verifying broken for several mechanisms in softoken Reporter: Andreas.Sterbenz@sun.com (Andreas Sterbenz) sr=nelsonb
Diffstat (limited to 'security/nss/lib/softoken/pkcs11c.c')
-rw-r--r--security/nss/lib/softoken/pkcs11c.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/security/nss/lib/softoken/pkcs11c.c b/security/nss/lib/softoken/pkcs11c.c
index 9db6b1c26..970b292cf 100644
--- a/security/nss/lib/softoken/pkcs11c.c
+++ b/security/nss/lib/softoken/pkcs11c.c
@@ -1731,7 +1731,6 @@ finish_rsa:
crv = CKR_KEY_TYPE_INCONSISTENT;
break;
}
- context->multi = PR_FALSE;
privKey = pk11_GetPrivKey(key,CKK_RSA,&crv);
if (privKey == NULL) {
if (info) PORT_Free(info);
@@ -2187,7 +2186,6 @@ finish_rsa:
crv = CKR_KEY_TYPE_INCONSISTENT;
break;
}
- context->multi = PR_FALSE;
pubKey = pk11_GetPubKey(key,CKK_DSA,&crv);
if (pubKey == NULL) {
break;