diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 16:20:03 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:10:41 +0200 |
commit | 02199cc39db2669933cefc6319599ba491bb3a85 (patch) | |
tree | c570b461ca10ebc39a91d1a656c12655de0cfd8a /build.info | |
parent | Fix safestack issues in ocsp.h (diff) | |
download | openssl-02199cc39db2669933cefc6319599ba491bb3a85.tar.xz openssl-02199cc39db2669933cefc6319599ba491bb3a85.zip |
Fix safestack issues in pkcs7.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 406ce29af0..876135a6c7 100644 --- a/build.info +++ b/build.info @@ -20,6 +20,7 @@ DEPEND[]=include/openssl/asn1.h \ include/openssl/fipskey.h \ include/openssl/opensslv.h \ include/openssl/ocsp.h \ + include/openssl/pkcs7.h \ include/openssl/safestack.h \ include/openssl/ssl.h \ include/openssl/x509.h \ @@ -34,6 +35,7 @@ GENERATE[include/openssl/cms.h]=include/openssl/cms.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 +GENERATE[include/openssl/pkcs7.h]=include/openssl/pkcs7.h.in GENERATE[include/openssl/safestack.h]=include/openssl/safestack.h.in GENERATE[include/openssl/ssl.h]=include/openssl/ssl.h.in GENERATE[include/openssl/x509.h]=include/openssl/x509.h.in |