summaryrefslogtreecommitdiff
path: root/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-03 16:39:36 +0100
committerMatt Caswell <matt@openssl.org>2020-09-13 11:11:21 +0100
commit9cedfc90cebc905b20275d534699a1070bba65a4 (patch)
treec89a77f6534273680f2ca614e50761031b93b88f /build.info
parentadd339272773072e0d8995362c6167e515377c7f (diff)
downloadopenssl-new-9cedfc90cebc905b20275d534699a1070bba65a4.tar.gz
Fix safestack issues in ui.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 a5f6498ac2..8aa668e913 100644
--- a/build.info
+++ b/build.info
@@ -32,6 +32,7 @@ DEPEND[]=include/openssl/asn1.h \
include/openssl/safestack.h \
include/openssl/srp.h \
include/openssl/ssl.h \
+ include/openssl/ui.h \
include/openssl/x509.h \
include/openssl/x509v3.h \
include/openssl/x509_vfy.h \
@@ -57,6 +58,7 @@ GENERATE[include/openssl/pkcs7.h]=include/openssl/pkcs7.h.in
GENERATE[include/openssl/safestack.h]=include/openssl/safestack.h.in
GENERATE[include/openssl/srp.h]=include/openssl/srp.h.in
GENERATE[include/openssl/ssl.h]=include/openssl/ssl.h.in
+GENERATE[include/openssl/ui.h]=include/openssl/ui.h.in
GENERATE[include/openssl/x509.h]=include/openssl/x509.h.in
GENERATE[include/openssl/x509v3.h]=include/openssl/x509v3.h.in
GENERATE[include/openssl/x509_vfy.h]=include/openssl/x509_vfy.h.in