diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 17:24:47 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:11:21 +0200 |
commit | 15c3dcfc78553c70439d816a9c5471b8d5a6c54f (patch) | |
tree | aef31a307d8cd24a90bad5bbfb7ad1450eb66eac /build.info | |
parent | Fix safestack issues in conf.h (diff) | |
download | openssl-15c3dcfc78553c70439d816a9c5471b8d5a6c54f.tar.xz openssl-15c3dcfc78553c70439d816a9c5471b8d5a6c54f.zip |
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.info | 2 |
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 |