Loading include/openssl/ct.h +1 −6 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ #ifndef HEADER_CT_H # define HEADER_CT_H # include <openssl/ossl_typ.h> # include <openssl/safestack.h> # include <openssl/x509.h> Loading @@ -82,12 +83,6 @@ typedef enum { SCT_VERSION_V1 = 0 } sct_version_t; /******************* * Data structures * *******************/ /* Signed Certificate Timestamp (SCT) */ typedef struct sct_st SCT; DEFINE_STACK_OF(SCT) /***************** Loading include/openssl/ossl_typ.h +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
include/openssl/ct.h +1 −6 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ #ifndef HEADER_CT_H # define HEADER_CT_H # include <openssl/ossl_typ.h> # include <openssl/safestack.h> # include <openssl/x509.h> Loading @@ -82,12 +83,6 @@ typedef enum { SCT_VERSION_V1 = 0 } sct_version_t; /******************* * Data structures * *******************/ /* Signed Certificate Timestamp (SCT) */ typedef struct sct_st SCT; DEFINE_STACK_OF(SCT) /***************** Loading
include/openssl/ossl_typ.h +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading