summaryrefslogtreecommitdiff
path: root/build.info
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-04-22 10:38:10 +1000
committerPauli <paul.dale@oracle.com>2020-07-22 20:19:01 +1000
commit77ae4f6ff7af7d099206a1fc229be7a3ea0e0596 (patch)
tree276f30b70644fefe220ed8b7f8a7c7a0ef308924 /build.info
parent9e5f344a87f08ee2f3886fbccba1957bca86e7ef (diff)
downloadopenssl-new-77ae4f6ff7af7d099206a1fc229be7a3ea0e0596.tar.gz
engines: fixed to work with EVP_*_meth calls deprecated
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11082)
Diffstat (limited to 'build.info')
-rw-r--r--build.info6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.info b/build.info
index 4ad2b9af37..1c6787c800 100644
--- a/build.info
+++ b/build.info
@@ -1,6 +1,10 @@
# Note that some of these directories are filtered in Configure. Look for
# %skipdir there for further explanations.
-SUBDIRS=crypto ssl apps test util tools fuzz engines providers doc
+
+SUBDIRS=crypto ssl apps test util tools fuzz providers doc
+IF[{- !$disabled{'deprecated-3.0'} -}]
+ SUBDIRS=engines
+ENDIF
LIBS=libcrypto libssl
INCLUDE[libcrypto]=. include