diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 17:35:20 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:11:21 +0200 |
commit | add339272773072e0d8995362c6167e515377c7f (patch) | |
tree | 2ff7010f293d72c4a210d69969edc0f477f5c65e /build.info | |
parent | Fix safestack issues in crypto.h (diff) | |
download | openssl-add339272773072e0d8995362c6167e515377c7f.tar.xz openssl-add339272773072e0d8995362c6167e515377c7f.zip |
Fix safestack issues in pkcs12.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 091c4791d6..a5f6498ac2 100644 --- a/build.info +++ b/build.info @@ -27,6 +27,7 @@ DEPEND[]=include/openssl/asn1.h \ include/openssl/fipskey.h \ include/openssl/opensslv.h \ include/openssl/ocsp.h \ + include/openssl/pkcs12.h \ include/openssl/pkcs7.h \ include/openssl/safestack.h \ include/openssl/srp.h \ @@ -51,6 +52,7 @@ GENERATE[include/openssl/ess.h]=include/openssl/ess.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/pkcs12.h]=include/openssl/pkcs12.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/srp.h]=include/openssl/srp.h.in |