Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-11-03 20:38:04 +0300
committerRichard Levitte <levitte@openssl.org>2018-11-05 11:28:37 +0300
commit75d47db49d41176d1f9a363f80e5a45e834563b8 (patch)
treef06e1eb8399c580bb32a6052d4375320e2165b96 /crypto
parente0bf7c0181dbf17323dbd38dfd485970150c5244 (diff)
Simplify the processing of skipped source directories
We kept a number of arrays of directory names to keep track of exactly which directories to look for build.info. Some of these had the extra function to hold the directories to actually build. With the added SUBDIRS keyword, these arrays are no longer needed. The logic for skipping certain directories needs to be kept, though. That is now very much simplified, and is made opportunistic. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7558)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/build.info2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/build.info b/crypto/build.info
index 71e1110f9d..a8b24977da 100644
--- a/crypto/build.info
+++ b/crypto/build.info
@@ -1,3 +1,5 @@
+# Note that these directories are filtered in Configure. Look for %skipdir
+# there for further explanations.
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 \