summaryrefslogtreecommitdiff
path: root/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-03 16:24:47 +0100
committerMatt Caswell <matt@openssl.org>2020-09-13 11:11:21 +0100
commit15c3dcfc78553c70439d816a9c5471b8d5a6c54f (patch)
treeaef31a307d8cd24a90bad5bbfb7ad1450eb66eac /build.info
parente74e562f1c518839cc9b63aafd4af6644e01d9ca (diff)
downloadopenssl-new-15c3dcfc78553c70439d816a9c5471b8d5a6c54f.tar.gz
Fix safestack issues in crypto.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 b091a1c346..091c4791d6 100644
--- a/build.info
+++ b/build.info
@@ -21,6 +21,7 @@ DEPEND[]=include/openssl/asn1.h \
include/openssl/conf.h \
include/openssl/configuration.h \
include/openssl/crmf.h \
+ include/openssl/crypto.h \
include/openssl/ct.h \
include/openssl/ess.h \
include/openssl/fipskey.h \
@@ -44,6 +45,7 @@ GENERATE[include/openssl/cms.h]=include/openssl/cms.h.in
GENERATE[include/openssl/conf.h]=include/openssl/conf.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/crypto.h]=include/openssl/crypto.h.in
GENERATE[include/openssl/ct.h]=include/openssl/ct.h.in
GENERATE[include/openssl/ess.h]=include/openssl/ess.h.in
GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in