projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9b6a7e
)
Removed unused fields of CT_POLICY_EVAL_CTX
author
Rob Percival
<robpercival@google.com>
Thu, 17 Mar 2016 20:57:24 +0000
(20:57 +0000)
committer
Rich Salz
<rsalz@openssl.org>
Wed, 23 Mar 2016 01:58:04 +0000
(21:58 -0400)
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/ct/ct_locl.h
patch
|
blob
|
history
diff --git
a/crypto/ct/ct_locl.h
b/crypto/ct/ct_locl.h
index 0af4b7f83070a073ab7bb8d6039eeba8e5e31bd6..b1a65d626277c11b5e40ad9334e3598855759f91 100644
(file)
--- a/
crypto/ct/ct_locl.h
+++ b/
crypto/ct/ct_locl.h
@@
-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;
};
/*