Make parameters of CTLOG_get* const
[oweals/openssl.git] / include / openssl / ossl_typ.h
index 536ffa2fec583332b5c2eb36dd7686fb1ec5a94b..7a8d319989e6269db09ae6760afee1bebe2ae9b5 100644 (file)
@@ -201,6 +201,10 @@ typedef struct ocsp_response_st OCSP_RESPONSE;
 typedef struct ocsp_responder_id_st OCSP_RESPID;
 
 typedef struct sct_st SCT;
+typedef struct sct_ctx_st SCT_CTX;
+typedef struct ctlog_st CTLOG;
+typedef struct ctlog_store_st CTLOG_STORE;
+typedef struct ct_policy_eval_ctx_st CT_POLICY_EVAL_CTX;
 
 #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L && \
     defined(INTMAX_MAX) && defined(UINTMAX_MAX)