Fix engine cryptodev: pointer to IV
[oweals/openssl.git] / crypto / ct / ct_locl.h
index 659120b8c2a8f8d7e027a378644dca9064876d33..b1a65d626277c11b5e40ad9334e3598855759f91 100644 (file)
  * ====================================================================
  */
 
-#ifdef OPENSSL_NO_CT
-# error CT is disabled.
-#endif
-
 #include <stddef.h>
 #include <openssl/ct.h>
 #include <openssl/evp.h>
@@ -152,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;
 };
 
 /*