diff options
author | Richard Levitte <levitte@openssl.org> | 2019-10-17 16:05:38 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-10-18 12:22:00 +0200 |
commit | f3866324f0e9bd33feb48aefbe18d8f465d8f2a2 (patch) | |
tree | 78b7948b6a2e7577c29c6f0a4f5b6cb178cb9a7f /build.info | |
parent | Configure: get version from the file 'VERSION' instead of 'opensslv.h' (diff) | |
download | openssl-f3866324f0e9bd33feb48aefbe18d8f465d8f2a2.tar.xz openssl-f3866324f0e9bd33feb48aefbe18d8f465d8f2a2.zip |
Generate include/openssl/opensslv.h
The added benefit is that the result becomes much simple, and easier to
digest for those that still rely on the pre-3.0 opensslv.h contents.
Fixes #10203
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10205)
Diffstat (limited to 'build.info')
-rw-r--r-- | build.info | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/build.info b/build.info index 5e63b440df..6b70b11006 100644 --- a/build.info +++ b/build.info @@ -9,9 +9,11 @@ DEPEND[libssl]=libcrypto # Empty DEPEND "indices" means the dependencies are expected to be built # unconditionally before anything else. -DEPEND[]=include/openssl/opensslconf.h include/crypto/bn_conf.h \ - include/crypto/dso_conf.h doc/man7/openssl_user_macros.pod +DEPEND[]=include/openssl/opensslconf.h include/openssl/opensslv.h \ + include/crypto/bn_conf.h include/crypto/dso_conf.h \ + doc/man7/openssl_user_macros.pod GENERATE[include/openssl/opensslconf.h]=include/openssl/opensslconf.h.in +GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.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 |