| Index: nss/lib/pkcs7/p7encode.c
|
| diff --git a/nss/lib/pkcs7/p7encode.c b/nss/lib/pkcs7/p7encode.c
|
| index 99b68ee517dd0b25107551fc463467531c7d2640..349bc84610c59227d083ea27fab89e4ffea6e935 100644
|
| --- a/nss/lib/pkcs7/p7encode.c
|
| +++ b/nss/lib/pkcs7/p7encode.c
|
| @@ -59,13 +59,10 @@ sec_pkcs7_encoder_start_encrypt (SEC_PKCS7ContentInfo *cinfo,
|
| SECKEYPublicKey *publickey = NULL;
|
| SECKEYPrivateKey *ourPrivKey = NULL;
|
| PK11SymKey *bulkkey;
|
| - void *mark, *wincx;
|
| + void *mark;
|
| int i;
|
| PLArenaPool *arena = NULL;
|
|
|
| - /* Get the context in case we need it below. */
|
| - wincx = cinfo->pwfn_arg;
|
| -
|
| kind = SEC_PKCS7ContentType (cinfo);
|
| switch (kind) {
|
| default:
|
|
|