Removed unused fields of CT_POLICY_EVAL_CTX

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Rob Percival
2016-03-17 20:57:24 +00:00
committed by Rich Salz
parent b9b6a7e5dc
commit 7def9fae39

View File

@@ -148,8 +148,6 @@ struct ct_policy_eval_ctx_st {
X509 *cert;
X509 *issuer;
CTLOG_STORE *log_store;
STACK_OF(SCT) *good_scts;
STACK_OF(SCT) *bad_scts;
};
/*