diff options
author | Richard Levitte <levitte@openssl.org> | 2018-11-03 18:26:35 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-11-05 09:27:36 +0100 |
commit | 9654924f587bd9cd72046607f54a76c679161d26 (patch) | |
tree | 2a941a963b2f65a942cea08971f84de9ea7b6b1d /crypto/build.info | |
parent | Build: make it possibly to specify subdirs in build.info (diff) | |
download | openssl-9654924f587bd9cd72046607f54a76c679161d26.tar.xz openssl-9654924f587bd9cd72046607f54a76c679161d26.zip |
Add SUBDIRS settings in relevant build.info files
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7558)
Diffstat (limited to 'crypto/build.info')
-rw-r--r-- | crypto/build.info | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/build.info b/crypto/build.info index 2c619c62e8..71e1110f9d 100644 --- a/crypto/build.info +++ b/crypto/build.info @@ -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 \ |