From 1eaf1fc353729ce696ac2528471d551d51175b8e Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 10 Feb 2021 21:53:57 +1000 Subject: Add a configure time option to disable the fetch cache. Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/14126) --- Configure | 1 + 1 file changed, 1 insertion(+) (limited to 'Configure') 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", -- cgit v1.2.1