]> git.ipfire.org Git - thirdparty/openssl.git/blame - build.info
Make sure we use the libctx when creating an EVP_PKEY_CTX in libssl
[thirdparty/openssl.git] / build.info
CommitLineData
75d47db4
RL
1# Note that some of these directories are filtered in Configure. Look for
2# %skipdir there for further explanations.
df8f116e 3SUBDIRS=crypto ssl apps test util tools fuzz engines providers doc
9654924f 4
777a2882 5LIBS=libcrypto libssl
25f2138b 6INCLUDE[libcrypto]=. include
0483f586 7INCLUDE[libssl]=. include
777a2882 8DEPEND[libssl]=libcrypto
fcf80c46 9
27ffb86c
RL
10# Empty DEPEND "indices" means the dependencies are expected to be built
11# unconditionally before anything else.
46994f71 12DEPEND[]=include/openssl/configuration.h include/openssl/opensslv.h \
f3866324
RL
13 include/crypto/bn_conf.h include/crypto/dso_conf.h \
14 doc/man7/openssl_user_macros.pod
9fcb9702 15
46994f71 16GENERATE[include/openssl/configuration.h]=include/openssl/configuration.h.in
f3866324 17GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
25f2138b 18GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
25f2138b 19GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
547a3320 20GENERATE[doc/man7/openssl_user_macros.pod]=doc/man7/openssl_user_macros.pod.in
27ffb86c 21
7a061312 22IF[{- defined $target{shared_defflag} -}]
ef2dfc99
RL
23 SHARED_SOURCE[libcrypto]=libcrypto.ld
24 SHARED_SOURCE[libssl]=libssl.ld
7a061312 25
8effd8fa
RL
26 GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
27 GENERATE[libssl.ld]=util/libssl.num libssl
7a061312
RL
28ENDIF
29
30IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
31 GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
32 GENERATE[libssl.rc]=util/mkrc.pl libssl
33
34 SHARED_SOURCE[libcrypto]=libcrypto.rc
35 SHARED_SOURCE[libssl]=libssl.rc
36ENDIF