Moves SCT struct typedef into ossl_typ.h
[openssl.git] / include / openssl / ossl_typ.h
index d29be73134acab91b3883eede9d4d1d9842dc350..536ffa2fec583332b5c2eb36dd7686fb1ec5a94b 100644 (file)
@@ -200,6 +200,8 @@ typedef struct ocsp_req_ctx_st OCSP_REQ_CTX;
 typedef struct ocsp_response_st OCSP_RESPONSE;
 typedef struct ocsp_responder_id_st OCSP_RESPID;
 
+typedef struct sct_st SCT;
+
 #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L && \
     defined(INTMAX_MAX) && defined(UINTMAX_MAX)
 typedef intmax_t ossl_intmax_t;