diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 13:46:08 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:09:45 +0200 |
commit | e144fd36ceb4d71a75b04503995a52ad6699fb22 (patch) | |
tree | 0642e141ce77e06b70bdc72b4512ca4fa9c838cf /build.info | |
parent | Fix safestack issues in x509.h (diff) | |
download | openssl-e144fd36ceb4d71a75b04503995a52ad6699fb22.tar.xz openssl-e144fd36ceb4d71a75b04503995a52ad6699fb22.zip |
Fix safestack issues in x509v3.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 02a36cd435..bec55770ae 100644 --- a/build.info +++ b/build.info @@ -17,6 +17,7 @@ DEPEND[]=include/openssl/configuration.h include/openssl/opensslv.h \ include/openssl/fipskey.h \ include/openssl/ssl.h \ include/openssl/x509.h \ + include/openssl/x509v3.h \ include/crypto/bn_conf.h include/crypto/dso_conf.h \ doc/man7/openssl_user_macros.pod @@ -25,6 +26,7 @@ GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in GENERATE[include/openssl/ssl.h]=include/openssl/ssl.h.in GENERATE[include/openssl/x509.h]=include/openssl/x509.h.in +GENERATE[include/openssl/x509v3.h]=include/openssl/x509v3.h.in GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in GENERATE[doc/man7/openssl_user_macros.pod]=doc/man7/openssl_user_macros.pod.in |