X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fopenssl%2Fossl_typ.h;h=7a8d319989e6269db09ae6760afee1bebe2ae9b5;hb=599eccfcbf8d77eb7c89b6338fdc39a7531a9f82;hp=536ffa2fec583332b5c2eb36dd7686fb1ec5a94b;hpb=a8d177acf0bbb4da4d7c2d9dd4c645d447f8da75;p=oweals%2Fopenssl.git diff --git a/include/openssl/ossl_typ.h b/include/openssl/ossl_typ.h index 536ffa2fec..7a8d319989 100644 --- a/include/openssl/ossl_typ.h +++ b/include/openssl/ossl_typ.h @@ -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)