aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorVladimĂ­r Kotal <vladimir.kotal@oracle.com>2023-06-01 19:55:54 +0200
committerPauli <pauli@openssl.org>2023-06-06 11:05:02 +1000
commit3ca28c9e81fae36b0b44dc39beecd2b5a7561975 (patch)
tree4d1028ff958edec00915ef4b962c31c1c232ca9a /Configure
parentc69756e7a0133b67df50525e89206c9cc4a7d2b8 (diff)
downloadopenssl-3ca28c9e81fae36b0b44dc39beecd2b5a7561975.tar.gz
allow to disable http
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21108)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/Configure b/Configure
index a6c9af9398..e62fbc99a8 100755
--- a/Configure
+++ b/Configure
@@ -459,6 +459,7 @@ my @disablables = (
"fuzz-afl",
"fuzz-libfuzzer",
"gost",
+ "http",
"idea",
"ktls",
"legacy",
@@ -672,7 +673,9 @@ my @disable_cascades = (
"blake2" => [ "argon2" ],
- "deprecated-3.0" => [ "engine", "srp" ]
+ "deprecated-3.0" => [ "engine", "srp" ],
+
+ "http" => [ "ocsp" ]
);
# Avoid protocol support holes. Also disable all versions below N, if version