diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 17:14:28 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:11:20 +0200 |
commit | e74e562f1c518839cc9b63aafd4af6644e01d9ca (patch) | |
tree | ed8d2cc7f428c78fd9fc3456bafcce76e346d739 /build.info | |
parent | Fix safestack issues in bio.h (diff) | |
download | openssl-e74e562f1c518839cc9b63aafd4af6644e01d9ca.tar.xz openssl-e74e562f1c518839cc9b63aafd4af6644e01d9ca.zip |
Fix safestack issues in conf.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.info | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.info b/build.info index e5cd3da971..b091a1c346 100644 --- a/build.info +++ b/build.info @@ -18,6 +18,7 @@ DEPEND[]=include/openssl/asn1.h \ include/openssl/bio.h \ include/openssl/cmp.h \ include/openssl/cms.h \ + include/openssl/conf.h \ include/openssl/configuration.h \ include/openssl/crmf.h \ include/openssl/ct.h \ @@ -40,6 +41,7 @@ GENERATE[include/openssl/asn1t.h]=include/openssl/asn1t.h.in GENERATE[include/openssl/bio.h]=include/openssl/bio.h.in GENERATE[include/openssl/cmp.h]=include/openssl/cmp.h.in 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/ct.h]=include/openssl/ct.h.in |