summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorPauli <ppzgs1@gmail.com>2021-02-10 21:53:57 +1000
committerPauli <ppzgs1@gmail.com>2021-02-12 12:28:55 +1000
commit1eaf1fc353729ce696ac2528471d551d51175b8e (patch)
treea207fb512ce0134dcee9dbd3b8d6c0c7231b43fa /Configure
parent2b248f4e3f53b97a745865a7f9e3984bb7acee17 (diff)
downloadopenssl-new-1eaf1fc353729ce696ac2528471d551d51175b8e.tar.gz
Add a configure time option to disable the fetch cache.
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14126)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index 9a96a7f0c0..cd11b2e393 100755
--- a/Configure
+++ b/Configure
@@ -392,6 +392,7 @@ my @disablables = (
"blake2",
"buildtest-c++",
"bulk",
+ "cached-fetch",
"camellia",
"capieng",
"cast",