aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/ossl_typ.h
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-02-25 16:24:10 +0000
committerRich Salz <rsalz@openssl.org>2016-02-26 14:57:29 -0500
commita8d177acf0bbb4da4d7c2d9dd4c645d447f8da75 (patch)
treee4d44902b2681ad1b281fe6c482f61784a653594 /include/openssl/ossl_typ.h
parent2882e96a5f22ebd0af5dfaf8617f7cff5a409512 (diff)
downloadopenssl-a8d177acf0bbb4da4d7c2d9dd4c645d447f8da75.tar.gz
Moves SCT struct typedef into ossl_typ.h
Reviewed-by: Ben Laurie <ben@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include/openssl/ossl_typ.h')
-rw-r--r--include/openssl/ossl_typ.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openssl/ossl_typ.h b/include/openssl/ossl_typ.h
index d29be73134..536ffa2fec 100644
--- a/include/openssl/ossl_typ.h
+++ b/include/openssl/ossl_typ.h
@@ -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;