The branch master has been updated
       via  7def9fae398dfd2de9b3e82ff4d6545edeaf4c1d (commit)
      from  b9b6a7e5dc01bb95fad9008e33e5b7455a48b217 (commit)


- Log -----------------------------------------------------------------
commit 7def9fae398dfd2de9b3e82ff4d6545edeaf4c1d
Author: Rob Percival <[email protected]>
Date:   Thu Mar 17 20:57:24 2016 +0000

    Removed unused fields of CT_POLICY_EVAL_CTX
    
    Reviewed-by: Kurt Roeckx <[email protected]>
    Reviewed-by: Rich Salz <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 crypto/ct/ct_locl.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/crypto/ct/ct_locl.h b/crypto/ct/ct_locl.h
index 0af4b7f..b1a65d6 100644
--- 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;
 };
 
 /*
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to