diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 16:45:01 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:10:41 +0200 |
commit | 98c35dc48d36664c404fec2e12ce405ac0fbecc0 (patch) | |
tree | 8bfc1804c0714c88410608ef3e48f7f01d3fdd92 /build.info | |
parent | Fix safestack issues in x509_vfy.h (diff) | |
download | openssl-98c35dc48d36664c404fec2e12ce405ac0fbecc0.tar.xz openssl-98c35dc48d36664c404fec2e12ce405ac0fbecc0.zip |
Fix safestack issues in crmf.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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build.info b/build.info index 669ccf4c3a..828918c6c6 100644 --- a/build.info +++ b/build.info @@ -17,6 +17,7 @@ DEPEND[]=include/openssl/asn1.h \ include/openssl/cmp.h \ include/openssl/cms.h \ include/openssl/configuration.h \ + include/openssl/crmf.h \ include/openssl/fipskey.h \ include/openssl/opensslv.h \ include/openssl/ocsp.h \ @@ -31,9 +32,10 @@ DEPEND[]=include/openssl/asn1.h \ doc/man7/openssl_user_macros.pod GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in -GENERATE[include/openssl/configuration.h]=include/openssl/configuration.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/configuration.h]=include/openssl/configuration.h.in +GENERATE[include/openssl/crmf.h]=include/openssl/crmf.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 |