Add SUBDIRS settings in relevant build.info files
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7558)
This commit is contained in:
parent
7f73eafe2f
commit
9654924f58
3 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
SUBDIRS=crypto ssl apps test util tools fuzz engines
|
||||
|
||||
{-
|
||||
use File::Spec::Functions;
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
SUBDIRS=objects buffer bio stack lhash rand evp asn1 pem x509 x509v3 conf \
|
||||
txt_db pkcs7 pkcs12 ui kdf store \
|
||||
md2 md4 md5 sha mdc2 hmac ripemd whrlpool poly1305 blake2 \
|
||||
siphash sm3 des aes rc2 rc4 rc5 idea aria bf cast camellia \
|
||||
seed sm4 chacha modes bn ec rsa dsa dh sm2 dso engine \
|
||||
err comp ocsp cms ts srp cmac ct async
|
||||
|
||||
LIBS=../libcrypto
|
||||
SOURCE[../libcrypto]=\
|
||||
cryptlib.c mem.c mem_dbg.c cversion.c ex_data.c cpt_err.c \
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
SUBDIRS=ossl_shim
|
||||
{-
|
||||
use File::Spec::Functions;
|
||||
sub rebase_files
|
||||
|
|
Loading…
Reference in a new issue