summaryrefslogtreecommitdiff
path: root/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-03 15:50:09 +0100
committerMatt Caswell <matt@openssl.org>2020-09-13 11:10:41 +0100
commit9d01ac71a06590e88791308f83c586c5d2113229 (patch)
tree0efe9d22afcaca706827364b434ec1e74ee3c7dc /build.info
parent98c35dc48d36664c404fec2e12ce405ac0fbecc0 (diff)
downloadopenssl-new-9d01ac71a06590e88791308f83c586c5d2113229.tar.gz
Fix safestack issues in ct.h
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12781)
Diffstat (limited to 'build.info')
-rw-r--r--build.info2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.info b/build.info
index 828918c6c6..01e26704ef 100644
--- a/build.info
+++ b/build.info
@@ -18,6 +18,7 @@ DEPEND[]=include/openssl/asn1.h \
include/openssl/cms.h \
include/openssl/configuration.h \
include/openssl/crmf.h \
+ include/openssl/ct.h \
include/openssl/fipskey.h \
include/openssl/opensslv.h \
include/openssl/ocsp.h \
@@ -36,6 +37,7 @@ GENERATE[include/openssl/cmp.h]=include/openssl/cmp.h.in
GENERATE[include/openssl/cms.h]=include/openssl/cms.h.in
GENERATE[include/openssl/configuration.h]=include/openssl/configuration.h.in
GENERATE[include/openssl/crmf.h]=include/openssl/crmf.h.in
+GENERATE[include/openssl/ct.h]=include/openssl/ct.h.in
GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in
GENERATE[include/openssl/ocsp.h]=include/openssl/ocsp.h.in
GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in