summaryrefslogtreecommitdiff
path: root/lib/pkcs7/p7encode.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pkcs7/p7encode.c')
-rw-r--r--lib/pkcs7/p7encode.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/pkcs7/p7encode.c b/lib/pkcs7/p7encode.c
index 99b68ee51..349bc8461 100644
--- a/lib/pkcs7/p7encode.c
+++ b/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: