diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 16:31:44 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:10:41 +0200 |
commit | 22fbfe6a7d13c7c9417f8a10103d28fe70991e94 (patch) | |
tree | bcbfa0c2846db8b42679a5a84e9e97787b687765 /build.info | |
parent | Fix safestack issues in pkcs7.h (diff) | |
download | openssl-22fbfe6a7d13c7c9417f8a10103d28fe70991e94.tar.xz openssl-22fbfe6a7d13c7c9417f8a10103d28fe70991e94.zip |
Fix safestack issues in srp.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 876135a6c7..722d886911 100644 --- a/build.info +++ b/build.info @@ -22,6 +22,7 @@ DEPEND[]=include/openssl/asn1.h \ include/openssl/ocsp.h \ include/openssl/pkcs7.h \ include/openssl/safestack.h \ + include/openssl/srp.h \ include/openssl/ssl.h \ include/openssl/x509.h \ include/openssl/x509v3.h \ @@ -37,6 +38,7 @@ 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/srp.h]=include/openssl/srp.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 |