summaryrefslogtreecommitdiffstats
path: root/crypto/store
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-12-01 11:13:08 +1000
committerPauli <paul.dale@oracle.com>2020-12-03 11:21:33 +1000
commit7b42408756f53d38022363e2f0ac999db7d23a65 (patch)
tree0f6b7ed81a98fc645fca03c529d9c27f0fe79381 /crypto/store
parent30742e8e7f93f58964bf7619f9c1783e6b3b03fc (diff)
remove unused assignments
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13577)
Diffstat (limited to 'crypto/store')
-rw-r--r--crypto/store/store_result.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/store/store_result.c b/crypto/store/store_result.c
index 25100e0248..e0c0532152 100644
--- a/crypto/store/store_result.c
+++ b/crypto/store/store_result.c
@@ -366,8 +366,6 @@ static EVP_PKEY *try_key_value_legacy(struct extracted_param_data_st *data,
*store_info_new = OSSL_STORE_INFO_new_PKEY;
OPENSSL_free(new_der);
- der = data->octet_data;
- der_len = (long)data->octet_data_size;
}
CLEAR_ERR_MARK();