summaryrefslogtreecommitdiffstats
path: root/crypto/ct/ct_locl.h
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-03-10 18:17:23 +0000
committerRich Salz <rsalz@openssl.org>2016-03-10 14:53:04 -0500
commit8359b57f27bbc320c3c08035917d829b303ea850 (patch)
tree0a63789a4ffb5b5562a5d5716d9dd502f877eff7 /crypto/ct/ct_locl.h
parentf0667b1430bac3b8c9c5b76985ad24cf9b13a0a9 (diff)
check reviewer --reviewer=emilia
Remove 'log' field from SCT and related accessors In order to still have access to an SCT's CTLOG when calling SCT_print, SSL_CTX_get0_ctlog_store has been added. Improved documentation for some CT functions in openssl/ssl.h. Reviewed-by: Emilia Käsper <emilia@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/ct/ct_locl.h')
-rw-r--r--crypto/ct/ct_locl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/ct/ct_locl.h b/crypto/ct/ct_locl.h
index 3625e5039c..66a6d1cfcd 100644
--- a/crypto/ct/ct_locl.h
+++ b/crypto/ct/ct_locl.h
@@ -125,8 +125,6 @@ struct sct_st {
ct_log_entry_type_t entry_type;
/* Where this SCT was found, e.g. certificate, OCSP response, etc. */
sct_source_t source;
- /* The CT log that produced this SCT. */
- const CTLOG *log;
/* The result of the last attempt to validate this SCT. */
sct_validation_status_t validation_status;
};